aboutsummaryrefslogtreecommitdiff
path: root/test/functional/p2p_invalid_block.py
diff options
context:
space:
mode:
authorMarcoFalke <falke.marco@gmail.com>2018-08-08 17:22:45 -0400
committerMarcoFalke <falke.marco@gmail.com>2018-08-08 17:22:35 -0400
commitfa5587fe71ce041dc69cb0d46697975bb51ef1f6 (patch)
treeed1eb744ee32af6b25a90d4557b3af1c3ee62d34 /test/functional/p2p_invalid_block.py
parent1cd5f2cf9a98708767049a7ddf577cc3f4527617 (diff)
downloadbitcoin-fa5587fe71ce041dc69cb0d46697975bb51ef1f6.tar.xz
qa: wait_for_verack by default
Diffstat (limited to 'test/functional/p2p_invalid_block.py')
-rwxr-xr-xtest/functional/p2p_invalid_block.py1
1 files changed, 0 insertions, 1 deletions
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)