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:
parent
a88fa1a555
commit
84c874794c
1 changed files with 0 additions and 5 deletions
|
@ -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()
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue