mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-02-03 09:56:38 -05:00
test: remove redundant generate
setup_nodes takes care of getting out of ibd
This commit is contained in:
parent
fab83b934a
commit
faccdc8a31
1 changed files with 0 additions and 3 deletions
|
@ -57,9 +57,6 @@ class FeeFilterTest(BitcoinTestFramework):
|
|||
def run_test(self):
|
||||
node1 = self.nodes[1]
|
||||
node0 = self.nodes[0]
|
||||
# Get out of IBD
|
||||
node1.generate(1)
|
||||
self.sync_blocks()
|
||||
|
||||
self.nodes[0].add_p2p_connection(TestP2PConn())
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue