aboutsummaryrefslogtreecommitdiff
path: root/test/functional/p2p_addr_relay.py
diff options
context:
space:
mode:
authorAmiti Uttarwar <amiti@uttarwar.org>2021-08-03 09:25:38 -0700
committerAmiti Uttarwar <amiti@uttarwar.org>2021-08-04 12:36:22 -0700
commitaa79c912608fdc77c69dd43653aa87f1f34e01dd (patch)
treef77819b3e0746c6b2614f1b228eaa8087311effb /test/functional/p2p_addr_relay.py
parenteaf09bda4ab21f79f89822d2c6fa3d7a3ce57b0d (diff)
downloadbitcoin-aa79c912608fdc77c69dd43653aa87f1f34e01dd.tar.xz
[docs] Add release notes for #21528
And fix a typo in the test.
Diffstat (limited to 'test/functional/p2p_addr_relay.py')
-rwxr-xr-xtest/functional/p2p_addr_relay.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/functional/p2p_addr_relay.py b/test/functional/p2p_addr_relay.py
index 95743a1bf5..113e1f9492 100755
--- a/test/functional/p2p_addr_relay.py
+++ b/test/functional/p2p_addr_relay.py
@@ -179,7 +179,7 @@ class AddrTest(BitcoinTestFramework):
# of the outbound peer which is often sent before the GETADDR response.
assert_equal(inbound_peer.num_ipv4_received, 0)
- # Send an empty ADDR message to intialize address relay on this connection.
+ # Send an empty ADDR message to initialize address relay on this connection.
inbound_peer.send_and_ping(msg_addr())
self.log.info('Check that subsequent addr messages sent from an outbound peer are relayed')