mirror of
https://github.com/seigler/dash-docs
synced 2025-07-27 09:46:12 +00:00
ref_p2p_networking: Fix protocol version
An incorrect protocol version was referenced. It should be `60001`, not `60000`.
This commit is contained in:
parent
6cf86c5ce6
commit
9e4d0fb8ca
1 changed files with 1 additions and 1 deletions
|
@ -1175,7 +1175,7 @@ single field, the nonce.
|
||||||
|
|
||||||
| Bytes | Name | Data Type | Description
|
| 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
|
The annotated hexdump below shows a `ping` message. (The message
|
||||||
header has been omitted.)
|
header has been omitted.)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue