diff options
author | MarcoFalke <falke.marco@gmail.com> | 2020-06-07 09:07:59 -0400 |
---|---|---|
committer | MarcoFalke <falke.marco@gmail.com> | 2020-06-21 11:35:35 -0400 |
commit | faccdc8a3143c9849e61312a7f438bc6e8232496 (patch) | |
tree | 547d4ecb75ef738dd824ed9acb62d19e8599dfca /test/functional | |
parent | fab83b934abcd1228ff21afdc9f8b30ad09745fa (diff) |
test: remove redundant generate
setup_nodes takes care of getting out of ibd
Diffstat (limited to 'test/functional')
-rwxr-xr-x | test/functional/p2p_feefilter.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/test/functional/p2p_feefilter.py b/test/functional/p2p_feefilter.py index ed4fcbd6ef..8cc62fbe12 100755 --- a/test/functional/p2p_feefilter.py +++ b/test/functional/p2p_feefilter.py @@ -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()) |