From 4b09024d20a8fba1a5653dedc081a0ac62f9b491 Mon Sep 17 00:00:00 2001 From: thephez Date: Fri, 19 Oct 2018 22:16:04 +0300 Subject: [PATCH] 1 Co-Authored-By: UdjinM6 --- dip-0003.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dip-0003.md b/dip-0003.md index b9b4c00..fc28de0 100644 --- a/dip-0003.md +++ b/dip-0003.md @@ -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: - 1. collateralOutpoint `hash` is null but no output with 1000 DASH can be found on position `n` in outputs of ProRegTx + 1. collateralOutpoint `hash` is null but an output with 1000 DASH is present at position `n` of the ProRegTx outputs 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) 4. KeyIdOwner or KeyIdOperator was already used by any entry in the registered masternodes set