ref_p2p_networking: Fix protocol version

An incorrect protocol version was referenced. It should be `60001`, not
`60000`.
This commit is contained in:
Will Binns 2017-03-22 07:42:32 -06:00
parent 6cf86c5ce6
commit 9e4d0fb8ca
No known key found for this signature in database
GPG key ID: 302EBEAEEB74A404

View file

@ -1175,7 +1175,7 @@ single field, the nonce.
| Bytes | Name | Data Type | Description
|-------|-------|-----------|---------------
| 8 | nonce | uint64_t | *Added in protocol version 60000 as described by BIP31.* <br><br>Random nonce assigned to this `ping` message. The responding `pong` message will include this nonce to identify the `ping` message to which it is replying.
| 8 | nonce | uint64_t | *Added in protocol version 60001 as described by BIP31.* <br><br>Random nonce assigned to this `ping` message. The responding `pong` message will include this nonce to identify the `ping` message to which it is replying.
The annotated hexdump below shows a `ping` message. (The message
header has been omitted.)