Skip to content

Commit cd1f225

Browse files
committed
BIP 155: Remove bitcoin.org link.
1 parent faeb2cc commit cd1f225

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

bip-0155.mediawiki

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,7 @@ interpreted as described in RFC 2119<ref>[https://tools.ietf.org/html/rfc2119 RF
4444

4545
The <code>addrv2</code> message is defined as a message where <code>pchCommand == "addrv2"</code>.
4646
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
4948
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].
5049

5150
This means that the message contains a serialized <code>std::vector</code> of the following structure:

0 commit comments

Comments
 (0)