Skip to content

Commit

Permalink
[docs] Add release notes for bitcoin#21528
Browse files Browse the repository at this point in the history
And fix a typo in the test.
  • Loading branch information
amitiuttarwar committed Aug 3, 2021
1 parent eaf09bd commit dddd053
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions doc/release-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,10 @@ Notable changes
P2P and network changes
-----------------------

- Nodes will no longer forward address gossip to inbound peers by default. The
peer will become eligible for address gossip upon sending an ADDR, ADDRV2, or
GETADDR message. (#21528)

Updated RPCs
------------

Expand Down
2 changes: 1 addition & 1 deletion test/functional/p2p_addr_relay.py
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ def relay_tests(self):
# 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')
Expand Down

0 comments on commit dddd053

Please sign in to comment.