mirror of
https://github.com/bitcoin/bitcoin.git
synced 2024-05-17 23:56:39 +00:00
test: remove redundant generate
setup_nodes takes care of getting out of ibd
This commit is contained in:
parent
fab83b934a
commit
faccdc8a31
@ -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…
x
Reference in New Issue
Block a user