0
0
Fork 0
mirror of https://github.com/bitcoin/bitcoin.git synced 2025-03-05 14:06:27 -05:00

test: remove unneeded initialization code in feature_rbf.py

This commit is contained in:
Sebastian Falbesoner 2021-06-23 16:54:39 +02:00
parent a88fa1a555
commit 84c874794c

View file

@ -84,11 +84,6 @@ class ReplaceByFeeTest(BitcoinTestFramework):
self.skip_if_no_wallet()
def run_test(self):
make_utxo(self.nodes[0], 1 * COIN)
# Ensure nodes are synced
self.sync_all()
self.log.info("Running test simple doublespend...")
self.test_simple_doublespend()