Co-Authored-By: UdjinM6 <udjinm6@gmail.com>
This commit is contained in:
thephez 2018-10-19 22:16:11 +03:00 committed by GitHub
parent 4b09024d20
commit ce81f999b1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -212,7 +212,7 @@ Reorganisations of the chain must also correctly undo changes to the chain-tips
A ProRegTx is invalid if any of these conditions are true: A ProRegTx is invalid if any of these conditions are true:
1. collateralOutpoint `hash` is null but an output with 1000 DASH is present at position `n` of the ProRegTx outputs 1. collateralOutpoint `hash` is null but an output with 1000 DASH is present at position `n` of the ProRegTx outputs
2. collateralOutpoint `hash` is not null but no output with 1000 DASH can't be found in UTXO with these `hash` and `n` 2. collateralOutpoint `hash` is not null but an output with 1000 DASH can't be found in the UTXO specified by the `hash` and `n`
3. Any KeyId* field is null (KeyIdOwner, KeyIdOperator or KeyIdVoting) 3. Any KeyId* field is null (KeyIdOwner, KeyIdOperator or KeyIdVoting)
4. KeyIdOwner or KeyIdOperator was already used by any entry in the registered masternodes set 4. KeyIdOwner or KeyIdOperator was already used by any entry in the registered masternodes set
5. scriptPayout is not a P2PKH or P2SH script 5. scriptPayout is not a P2PKH or P2SH script