Update dip-0003.md

Co-Authored-By: UdjinM6 <udjinm6@gmail.com>
This commit is contained in:
Alexander Block 2018-10-23 12:41:53 +03:00 committed by GitHub
parent 6b1942914b
commit 827c5a09ec
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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
10. operatorReward > 10000
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.