mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-20 13:37:28 +02:00
Merge c2da8c583f into merged_master (Bitcoin PR bitcoin/bitcoin#28822)
This commit is contained in:
commit
d62e45c40a
1 changed files with 1 additions and 0 deletions
|
|
@ -716,6 +716,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
Add a link
Reference in a new issue