mirror of https://github.com/bitcoin/bitcoin
If we reuse the same port when disconnecting and establishing connections again, we might hit this scenario: - disconnection is done on python side for P2PConnection - disconnection is not complete on c++ side for TestNode - we're trying to establish a new connection on same port again Prevent this scenario from happening by ensuring disconnection on c++ side for TestNode as well.pull/29898/head
parent
c8e3978114
commit
6b02c11d66
Loading…
Reference in new issue