You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: bip-0155.mediawiki
+1-2Lines changed: 1 addition & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -44,8 +44,7 @@ interpreted as described in RFC 2119<ref>[https://tools.ietf.org/html/rfc2119 RF
44
44
45
45
The <code>addrv2</code> message is defined as a message where <code>pchCommand == "addrv2"</code>.
46
46
It is serialized in the standard encoding for P2P messages.
47
-
Its format is similar to the current <code>addr</code> message format
48
-
<ref>[https://bitcoin.org/en/developer-reference#addr Bitcoin Developer Reference: addr message]</ref>, with the difference that the
47
+
Its format is similar to the current <code>addr</code> message format, with the difference that the
49
48
fixed 16-byte IP address is replaced by a network ID and a variable-length address, and the services format has been changed to [https://en.bitcoin.it/wiki/Protocol_documentation#Variable_length_integer CompactSize].
50
49
51
50
This means that the message contains a serialized <code>std::vector</code> of the following structure:
0 commit comments