diff --git a/bip-0155.mediawiki b/bip-0155.mediawiki
index 71fe3cc0..ab3c0fcb 100644
--- a/bip-0155.mediawiki
+++ b/bip-0155.mediawiki
@@ -134,7 +134,7 @@ See the appendices for the address encodings to be used for the various networks
Introduce a new message type sendaddrv2
. Sending such a message indicates that a node can understand and prefers to receive addrv2
messages instead of addr
messages. I.e. "Send me addrv2".
-sendaddrv2
SHOULD be sent after receiving the verack
message from the peer.
+The sendaddrv2
message MUST only be sent in response to the version
message from a peer and prior to sending the verack
message.
For older peers, that did not emit sendaddrv2
, keep sending the legacy addr
message, ignoring addresses with the newly introduced address types.