Skip to content

Commit

Permalink
BIP155: extra-clarify the semantic of sendaddrv2
Browse files Browse the repository at this point in the history
  • Loading branch information
vasild committed Jun 16, 2021
1 parent 65529b1 commit 337114b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bip-0155.mediawiki
Expand Up @@ -131,7 +131,7 @@ See the appendices for the address encodings to be used for the various networks

==Signaling support and compatibility==

Introduce a new message type <code>sendaddrv2</code>. Sending such a message indicates that a node can understand and prefers to receive <code>addrv2</code> messages instead of <code>addr</code> messages. I.e. "Send me addrv2".
Introduce a new message type <code>sendaddrv2</code>. Sending such a message indicates that a node can understand and prefers to receive <code>addrv2</code> messages instead of <code>addr</code> messages. I.e. "Send me addrv2". Sending or not sending this message does not imply any preference with respect to receiving unrequested address messages.

The <code>sendaddrv2</code> message MUST only be sent in response to the <code>version</code> message from a peer and prior to sending the <code>verack</code> message.

Expand Down

0 comments on commit 337114b

Please sign in to comment.