Typo correction (#12)

This commit is contained in:
thephez 2018-07-12 21:26:01 -04:00 committed by Nathan Marley
parent 3cfb5d7e65
commit b7b5d933ba

View file

@ -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