mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-08-24 06:11:12 +02:00
qa: wait_for_verack by default
This commit is contained in:
@@ -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)
|
||||
|
Reference in New Issue
Block a user