Skip to content

Commit 4504be9

Browse files
committed
Merge bitcoin#1044: BIP155: Remove external link
cd1f225 BIP 155: Remove bitcoin.org link. (kiminuo) Pull request description: Fix link. ACKs for top commit: laanwj: Thanks you, ACK cd1f225 Tree-SHA512: f798246ddffc2564385a2e071da02e47457ced15e502a8b500a10c2a4f5134cea750042e916bbfac39966e85efd554ad333a908be602a4cfcf09fa058840a527
2 parents faeb2cc + cd1f225 commit 4504be9

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)