mirror of
https://github.com/dashpay/dash.git
synced 2024-12-26 12:32:48 +01:00
fix: add missing check for sending addrs
This commit is contained in:
parent
3cd69377b6
commit
0e78555a5b
@ -54,6 +54,7 @@ class AddrTest(BitcoinTestFramework):
|
|||||||
with self.nodes[0].assert_debug_log([
|
with self.nodes[0].assert_debug_log([
|
||||||
'Added 10 addresses from 127.0.0.1: 0 tried',
|
'Added 10 addresses from 127.0.0.1: 0 tried',
|
||||||
'received: addr (301 bytes) peer=0',
|
'received: addr (301 bytes) peer=0',
|
||||||
|
'sending addr (301 bytes) peer=1',
|
||||||
]):
|
]):
|
||||||
addr_source.send_and_ping(msg)
|
addr_source.send_and_ping(msg)
|
||||||
self.bump_mocktime(30 * 60)
|
self.bump_mocktime(30 * 60)
|
||||||
|
Loading…
Reference in New Issue
Block a user