Merge branch 'wbnns-fix-version'

This commit is contained in:
Will Binns 2017-03-22 13:02:20 -06:00
commit 8dae5078fd
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 | 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.)