mirror of
https://github.com/seigler/dips
synced 2025-07-26 17:26:13 +00:00
add size fields for following var len fields (#29)
This commit is contained in:
parent
19c4993976
commit
c5b35976ee
1 changed files with 2 additions and 0 deletions
|
@ -112,7 +112,9 @@ The `MNLISTDIFF` message contains a serialized object with the following structu
|
|||
| merkleFlagsCount | compactSize uint | 1-9 | Number of Merkle flag bytes |
|
||||
| merkleFlags | uint8_t[] | variable | Merkle flag bits, packed per 8 in a byte, least significant bit first |
|
||||
| cbTx | CTransaction | variable | The fully serialized coinbase transaction of blockHash |
|
||||
| deletedMNcount | compactSize uint | 1-9 | Number of ProRegTx hashes which were deleted after baseBlockHash |
|
||||
| deletedMNs | uint256[] | variable | A list of ProRegTx hashes for masternode which were deleted after baseBlockHash |
|
||||
| mnCount | compactSize uint | 1-9 | Number of SML entries which were added or updated since baseBlockHash |
|
||||
| mnList | SMLEntry[] | variable | The list of SML entries which were added or updated since baseBlockHash |
|
||||
|
||||
## Tracking/Updating and verifying masternode lists based on MNLISTDIFF
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue