Skip to content

Commit

Permalink
test: remove redundant generate
Browse files Browse the repository at this point in the history
setup_nodes takes care of getting out of ibd
  • Loading branch information
MarcoFalke committed Jun 21, 2020
1 parent fab83b9 commit faccdc8
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions test/functional/p2p_feefilter.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,6 @@ def skip_test_if_missing_module(self):
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())

Expand Down

0 comments on commit faccdc8

Please sign in to comment.