0
0
Fork 0
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:
MarcoFalke 2020-06-07 09:07:59 -04:00
parent fab83b934a
commit faccdc8a31
No known key found for this signature in database
GPG key ID: CE2B75697E69A548

View file

@ -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())