mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-06-20 22:04:19 +02:00
test: remove unneeded initialization code in feature_rbf.py
This commit is contained in:
parent
a88fa1a555
commit
84c874794c
@ -84,11 +84,6 @@ class ReplaceByFeeTest(BitcoinTestFramework):
|
|||||||
self.skip_if_no_wallet()
|
self.skip_if_no_wallet()
|
||||||
|
|
||||||
def run_test(self):
|
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.log.info("Running test simple doublespend...")
|
||||||
self.test_simple_doublespend()
|
self.test_simple_doublespend()
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user