diff --git a/dip-0023.md b/dip-0023.md index 31a87baa..c2a6919c 100644 --- a/dip-0023.md +++ b/dip-0023.md @@ -64,7 +64,7 @@ The `mnhfsignal` message should look like: | Field | Type | Size | Description | |-|-|-|-| -| version | uint8_t | 1 | The version bits associated with the hard fork | +| versionBit | uint8_t | 1 | The version bits associated with the hard fork | | quorumHash | uint256 | 32 | Hash of the quorum signing this message | | sig | CBLSSig | 96 | BLS signature on `version` by a public key associated with the quorum referenced by `quorumHash` | @@ -72,8 +72,8 @@ The payload of the Masternode Hard Fork Signalling Transaction (the new special | Field | Type | Size | Description | |-|-|-|-| -| version | uint_16 | 2 | Commitment special transaction version number. Currently set to 1. Please note that this is not the same as the version field of the `mnhfsignal` message | -| commitment | mnhfsignal | Variable | This equals the payload of the `mnhfsignal` P2P message +| version | uint_8 | 1 | Commitment special transaction version number. Currently set to 1. Please note that this is not the same as the version field of the `mnhfsignal` message | +| commitment | mnhfsignal | 129 | This equals the payload of the `mnhfsignal` P2P message **Stage 2:** Once this `mnhfsignal` message has been mined, two parameters are set: `masternode_activation_height` and `min_activation_height`. The cycle beginning at