Skip to content

Commit 3b936e4

Browse files
committed
docs(dip3): point networkInfo to new validation rules
1 parent 805d501 commit 3b936e4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

dip-0003.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -280,7 +280,7 @@ Applicable to any type:
280280
2. KeyIdOwner or PubKeyOperator was already used by any entry in the registered masternodes set
281281
3. scriptPayout is not a P2PKH or P2SH script
282282
4. When scriptPayout is P2PKH script and the public key hash equals any of KeyIdOwner or KeyIdVoting
283-
5. networkInfo fails validation [(see rules)](dip-0003/network-info.md#mninfo_rules)
283+
5. networkInfo fails validation [(see rules)](dip-0003/network-info.md#extended-format)
284284
6. operatorReward > 10000
285285
7. The inputsHash does not match the calculated hash
286286
8. collateralOutpoint `hash` is null and payloadSig is not empty (zero size)
@@ -294,7 +294,7 @@ Please note that while deploying DIP3, additional and temporary validation rules
294294
A ProUpServTx is invalid if any of these conditions are true:
295295

296296
1. proTxHash can not be found in the registered masternode set
297-
2. networkInfo fails validation [(see rules)](dip-0003/network-info.md#mninfo_rules)
297+
2. networkInfo fails validation [(see rules)](dip-0003/network-info.md#extended-format)
298298
3. scriptOperatorPayout is set and operatorReward of the masternode is 0
299299
4. scriptOperatorPayout is set and not a P2PKH or P2SH script
300300
5. The inputsHash does not match the calculated hash

0 commit comments

Comments
 (0)