diff --git a/_includes/devdoc/ref_p2p_networking.md b/_includes/devdoc/ref_p2p_networking.md index 22478d7d..f9e9d810 100644 --- a/_includes/devdoc/ref_p2p_networking.md +++ b/_includes/devdoc/ref_p2p_networking.md @@ -66,7 +66,7 @@ with the most recent versions listed first. (If you know of a protocol version that implemented a major change but which is not listed here, please [open an issue][docs issue].) -As of Dash Core 0.13.0.0, the most recent protocol version is 70211. +As of Dash Core 0.13.0.0, the most recent protocol version is 70212. | Version | Initial Release | Major Changes |---------|------------------------------------|-------------- @@ -547,7 +547,7 @@ to the `getheaders` message will include as many as 2,000 block headers. {% autocrossref %} -*Added in protocol version 70211* +*Added in protocol version 70212* The `getmnlistd` message is sent to request a full masternode list or an update to a previously requested masternode list. @@ -882,7 +882,7 @@ template near the beginning of this subsection. {% autocrossref %} -*Added in protocol version 70211* +*Added in protocol version 70212* The `mnlistdiff` message is a reply to a `getmnlistd` message which requested either a full masternode list or a diff for a range of blocks. diff --git a/_includes/devdoc/ref_transactions.md b/_includes/devdoc/ref_transactions.md index 5fd4aedc..3fb73c12 100644 --- a/_includes/devdoc/ref_transactions.md +++ b/_includes/devdoc/ref_transactions.md @@ -427,7 +427,7 @@ transaction types is maintained in the [DIP repository](https://github.com/dashp {% autocrossref %} -*Added in protocol version 70211 of Dash Core as described by DIP3* +*Added in protocol version 70212 of Dash Core as described by DIP3* The Masternode Registration (ProRegTx) special transaction is used to join the masternode list by proving ownership of the 1000 DASH necessary to create a @@ -585,7 +585,7 @@ ProRegTx Payload {% autocrossref %} -*Added in protocol version 70211 of Dash Core as described by DIP3* +*Added in protocol version 70212 of Dash Core as described by DIP3* The Masternode Provider Update Service (ProUpServTx) special transaction is used to update the IP Address and port of a masternode. If a non-zero operatorReward @@ -658,7 +658,7 @@ ProUpServTx Payload {% autocrossref %} -*Added in protocol version 70211 of Dash Core as described by DIP3* +*Added in protocol version 70212 of Dash Core as described by DIP3* The Masternode Provider Update Registrar (ProUpRegTx) special transaction is used by a masternode owner to update masternode metadata (e.g. operator/voting key @@ -739,7 +739,7 @@ ProRegTx Payload {% autocrossref %} -*Added in protocol version 70211 of Dash Core as described by DIP3* +*Added in protocol version 70212 of Dash Core as described by DIP3* The Masternode Operator Revocation (ProUpRevTx) special transaction allows an operator to revoke their key in case of compromise or if they wish to terminate @@ -801,7 +801,7 @@ ProUpRevTx Payload {% autocrossref %} -*Added in protocol version 70211 of Dash Core as described by DIP4* +*Added in protocol version 70212 of Dash Core as described by DIP4* The Coinbase (CbTx) special transaction adds information to the block’s coinbase transaction that enables verification of the deterministic masternode list without