mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-07-01 03:01:09 +02:00
test: remove unneeded initialization code in feature_rbf.py
This commit is contained in:
@ -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()
|
||||
|
||||
|
Reference in New Issue
Block a user