We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c3f8154 commit 101cd6eCopy full SHA for 101cd6e
resources/scenarios/test_scenarios/p2p_interface.py
@@ -49,7 +49,7 @@ def run_test(self):
49
good_getdata = msg_getdata()
50
good_getdata.inv.append(CInv(t=2, h=best_block))
51
p2p_block_store.send_and_ping(good_getdata)
52
- p2p_block_store.wait_until(lambda: p2p_block_store.blocks[best_block] == 1)
+ p2p_block_store.wait_until(lambda: p2p_block_store.blocks[best_block] >= 1)
53
54
55
def main():
0 commit comments