From fa5587fe71ce041dc69cb0d46697975bb51ef1f6 Mon Sep 17 00:00:00 2001 From: MarcoFalke Date: Wed, 8 Aug 2018 17:22:45 -0400 Subject: qa: wait_for_verack by default --- test/functional/p2p_invalid_block.py | 1 - 1 file changed, 1 deletion(-) (limited to 'test/functional/p2p_invalid_block.py') diff --git a/test/functional/p2p_invalid_block.py b/test/functional/p2p_invalid_block.py index c981968026..58ae881f2f 100755 --- a/test/functional/p2p_invalid_block.py +++ b/test/functional/p2p_invalid_block.py @@ -28,7 +28,6 @@ class InvalidBlockRequestTest(BitcoinTestFramework): # Add p2p connection to node0 node = self.nodes[0] # convenience reference to the node node.add_p2p_connection(P2PDataStore()) - node.p2p.wait_for_verack() best_block = node.getblock(node.getbestblockhash()) tip = int(node.getbestblockhash(), 16) -- cgit v1.2.3