qa: wait_for_verack by default

This commit is contained in:
MarcoFalke
2018-08-08 17:22:45 -04:00
parent 1cd5f2cf9a
commit fa5587fe71
21 changed files with 11 additions and 56 deletions

View File

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