mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-07-01 03:01:09 +02:00
test: Fix intermittent issue in p2p_addr_relay.py
This commit is contained in:
@ -82,7 +82,7 @@ class AddrTest(BitcoinTestFramework):
|
||||
self.mocktime += 5 * 60
|
||||
self.nodes[0].setmocktime(self.mocktime)
|
||||
for peer in receivers:
|
||||
peer.sync_with_ping()
|
||||
peer.sync_send_with_ping()
|
||||
|
||||
def oversized_addr_test(self):
|
||||
self.log.info('Send an addr message that is too large')
|
||||
|
Reference in New Issue
Block a user