qa: wait_for_verack by default

This commit is contained in:
MarcoFalke 2018-08-08 17:22:45 -04:00
commit fa5587fe71
No known key found for this signature in database
GPG key ID: CE2B75697E69A548
21 changed files with 11 additions and 56 deletions
test/functional

View file

@ -256,12 +256,8 @@ class BlockchainTest(BitcoinTestFramework):
def _test_waitforblockheight(self):
self.log.info("Test waitforblockheight")
node = self.nodes[0]
# Start a P2P connection since we'll need to create some blocks.
node.add_p2p_connection(P2PInterface())
node.p2p.wait_for_verack()
current_height = node.getblock(node.getbestblockhash())['height']