qa: wait_for_verack by default
This commit is contained in:
parent
1cd5f2cf9a
commit
fa5587fe71
21 changed files with 11 additions and 56 deletions
test/functional
|
@ -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']
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue