mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-03-13 11:35:20 +01:00
test: Remove unused generate() from test
This is already done by the test framework in setup_nodes()
This commit is contained in:
parent
faff3f35b7
commit
fab871f649
1 changed files with 0 additions and 3 deletions
|
@ -78,9 +78,6 @@ class ReplaceByFeeTest(BitcoinTestFramework):
|
|||
self.skip_if_no_wallet()
|
||||
|
||||
def run_test(self):
|
||||
# Leave IBD
|
||||
self.nodes[0].generate(1)
|
||||
|
||||
make_utxo(self.nodes[0], 1*COIN)
|
||||
|
||||
# Ensure nodes are synced
|
||||
|
|
Loading…
Add table
Reference in a new issue