mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-07-04 12:42:05 +02: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