mirror of
https://github.com/seigler/dips
synced 2025-07-27 01:36:14 +00:00
Typo correction (#12)
This commit is contained in:
parent
3cfb5d7e65
commit
b7b5d933ba
1 changed files with 3 additions and 3 deletions
|
@ -210,7 +210,7 @@ Reorganisations of the chain must also correctly undo changes to the chain-tips
|
||||||
|
|
||||||
### ProRegTx and ProUpRegTx
|
### ProRegTx and ProUpRegTx
|
||||||
|
|
||||||
A ProRegTx is invalid if of these conditions are true:
|
A ProRegTx is invalid if any of these conditions are true:
|
||||||
|
|
||||||
1. collateralIndex >= transaction output count
|
1. collateralIndex >= transaction output count
|
||||||
2. Any KeyId* field is null (KeyIdOwner, KeyIdOperator or KeyIdVoting)
|
2. Any KeyId* field is null (KeyIdOwner, KeyIdOperator or KeyIdVoting)
|
||||||
|
@ -228,7 +228,7 @@ Please note that while deploying DIP3, additional and temporary validation rules
|
||||||
|
|
||||||
### ProUpServTx
|
### ProUpServTx
|
||||||
|
|
||||||
A ProUpServTx is invalid if of these conditions are true:
|
A ProUpServTx is invalid if any of these conditions are true:
|
||||||
|
|
||||||
1. proTxHash can not be found in the registered masternode set
|
1. proTxHash can not be found in the registered masternode set
|
||||||
2. ipAddress is set and port is not set to the default mainnet port
|
2. ipAddress is set and port is not set to the default mainnet port
|
||||||
|
@ -243,7 +243,7 @@ Please note that while deploying DIP3, additional and temporary validation rules
|
||||||
|
|
||||||
### ProUpRevTx
|
### ProUpRevTx
|
||||||
|
|
||||||
A ProUpRevTx is invalid if of these conditions are true:
|
A ProUpRevTx is invalid if any of these conditions are true:
|
||||||
|
|
||||||
1. proTxHash can not be found in the registered masternode set
|
1. proTxHash can not be found in the registered masternode set
|
||||||
2. The inputsHash does not match the calculated hash
|
2. The inputsHash does not match the calculated hash
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue