mirror of
https://github.com/seigler/dips
synced 2025-07-27 09:46:12 +00:00
hash is null but no 1000 at n
Co-Authored-By: UdjinM6 <udjinm6@gmail.com>
This commit is contained in:
parent
827c5a09ec
commit
fff7f42acb
1 changed files with 1 additions and 1 deletions
|
@ -211,7 +211,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 not present at position `n` of the ProRegTx outputs
|
||||||
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`
|
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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue