diff --git a/dip-0004.md b/dip-0004.md index 15d65f3..805f5c1 100644 --- a/dip-0004.md +++ b/dip-0004.md @@ -107,7 +107,9 @@ The `MNLISTDIFF` message contains a serialized object with the following structu | baseBlockHash | uint256 | 32 | Hash of the block on which this diff is based on | | blockHash | uint256 | 32 | Hash of the block for which the masternode list diff is returned | | totalTransactions | uint32_t | 4 | Number of total transactions in blockHash | +| merkleHashesCount | compactSize uint | 1-9 | Number of Merkle hashes | | merkleHashes | vector | variable | Merkle hashes in depth-first order | +| merkleFlagsCount | compactSize uint | 1-9 | Number of Merkle flag bytes | | merkleFlags | vector | variable | Merkle flag bits, packed per 8 in a byte, least significant bit first | | cbTx | CTransaction | variable | The fully serialized coinbase transaction of blockHash | | deletedMNs | vector | variable | A list of ProRegTx hashes for masternode which were deleted after baseBlockHash |