mirror of
https://github.com/bitcoin/bips.git
synced 2025-05-26 12:10:14 +00:00
Merge pull request #1853 from kcalvinalvin/patch-1
bip-0331: correct size of version field in sendpackages
This commit is contained in:
commit
36daa362c3
@ -246,7 +246,7 @@ Four new protocol messages and two inv types are added.
|
||||
{|
|
||||
| Field Name || Type || Size || Purpose
|
||||
|-
|
||||
|versions || uint64_t || 4 || Bit field that is 64 bits wide, denoting the package versions supported by the sender.
|
||||
|versions || uint64_t || 8 || Bit field that is 64 bits wide, denoting the package versions supported by the sender.
|
||||
|-
|
||||
|}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user