mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-04-29 14:59:39 -04:00
test: Add missing wait for version to be sent in add_outbound_p2p_connection
This commit is contained in:
parent
d690f89b57
commit
faa2ad88bc
1 changed files with 1 additions and 0 deletions
|
@ -703,6 +703,7 @@ class TestNode():
|
|||
p2p_conn.wait_for_connect()
|
||||
self.p2ps.append(p2p_conn)
|
||||
|
||||
p2p_conn.wait_until(lambda: not p2p_conn.on_connection_send_msg)
|
||||
if wait_for_verack:
|
||||
p2p_conn.wait_for_verack()
|
||||
p2p_conn.sync_with_ping()
|
||||
|
|
Loading…
Add table
Reference in a new issue