diff options
author | brunoerg <brunoely.gc@gmail.com> | 2023-10-19 09:37:17 -0300 |
---|---|---|
committer | brunoerg <brunoely.gc@gmail.com> | 2023-10-30 18:46:06 -0300 |
commit | 02a4f1a3859ed7e865641b35ca1bc9ce711e696f (patch) | |
tree | 287194f22a4c29754ebd22db9c3b6a8422f64089 /test | |
parent | d53400e75e2a4573229dba7f1a0da88eb936811c (diff) |
addrman: log AS only when using asmap
Diffstat (limited to 'test')
-rwxr-xr-x | test/functional/p2p_invalid_messages.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/functional/p2p_invalid_messages.py b/test/functional/p2p_invalid_messages.py index 2fb88b828f..4916d36ab7 100755 --- a/test/functional/p2p_invalid_messages.py +++ b/test/functional/p2p_invalid_messages.py @@ -216,7 +216,7 @@ class InvalidMessagesTest(BitcoinTestFramework): self.test_addrv2('unrecognized network', [ 'received: addrv2 (25 bytes)', - '9.9.9.9:8333 mapped', + '9.9.9.9:8333', 'Added 1 addresses', ], bytes.fromhex( |