mirror of
https://github.com/seigler/dips
synced 2025-07-27 09:46:12 +00:00
Update dip-0003.md
Co-Authored-By: UdjinM6 <udjinm6@gmail.com>
This commit is contained in:
parent
6b1942914b
commit
827c5a09ec
1 changed files with 3 additions and 1 deletions
|
@ -222,7 +222,9 @@ A ProRegTx is invalid if any of these conditions are true:
|
||||||
9. ipAddress is set and already used in the registered masternodes set
|
9. ipAddress is set and already used in the registered masternodes set
|
||||||
10. operatorReward > 10000
|
10. operatorReward > 10000
|
||||||
11. The inputsHash does not match the calculated hash
|
11. The inputsHash does not match the calculated hash
|
||||||
12. payloadSig is invalid
|
12. collateralOutpoint `hash` is null and payloadSig is not empty (zero size)
|
||||||
|
13. collateralOutpoint `hash` is not null and payloadSig is not a valid signature signed with the collateral key
|
||||||
|
14. collateralOutpoint `hash` is not null and the referenced collateral is not a P2PKH output
|
||||||
|
|
||||||
Please note that while deploying DIP3, additional and temporary validation rules will apply. The details of these temporary rules will be described in the deployment plan.
|
Please note that while deploying DIP3, additional and temporary validation rules will apply. The details of these temporary rules will be described in the deployment plan.
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue