mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-03-10 15:45:36 +01:00
test: remove redundant generate
setup_nodes takes care of getting out of ibd
This commit is contained in:
@@ -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())
|
||||
|
||||
|
||||
Reference in New Issue
Block a user