partial bitcoin#26448: fix intermittent failure in p2p_sendtxrcncl.py

contains:
- 74d97531 (changes to `test_node.py`)
This commit is contained in:
Kittywhiskers Van Gogh 2024-10-14 18:30:40 +00:00
parent b7c0030d3d
commit 5bf245b4a0
No known key found for this signature in database
GPG Key ID: 30CD0C065E5C4AAD

View File

@ -651,6 +651,10 @@ class TestNode():
This method adds the p2p connection to the self.p2ps list and returns
the connection to the caller.
p2p_idx must be different for simultaneously connected peers. When reusing it for the next peer
after disconnecting the previous one, it is necessary to wait for the disconnect to finish to avoid
a race condition.
"""
def addconnection_callback(address, port):