mirror of
https://github.com/seigler/dips
synced 2025-07-26 17:26:13 +00:00
empty->null
This commit is contained in:
parent
e17602f9f9
commit
b8812fcacf
1 changed files with 2 additions and 2 deletions
|
@ -211,8 +211,8 @@ 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 empty but no output with 1000 DASH can be found on position `n` in outputs of ProRegTx
|
1. collateralOutpoint `hash` is null but no output with 1000 DASH can be found on position `n` in outputs of ProRegTx
|
||||||
2. collateralOutpoint `hash` is not empty but no output with 1000 DASH can't be found in UTXO with these `hash` and `n`
|
2. collateralOutpoint `hash` is not null but no output with 1000 DASH can't be found in UTXO with these `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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue