From 6b1942914b71bcd086730bb8f18d48e752d61927 Mon Sep 17 00:00:00 2001 From: Alexander Block Date: Tue, 23 Oct 2018 12:39:14 +0300 Subject: [PATCH] Update dip-0003.md 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 f5329d2..6339342 100644 --- a/dip-0003.md +++ b/dip-0003.md @@ -105,7 +105,7 @@ The transaction consists of the following data in the payload area: | scriptPayout | Script | Variable | Payee script (p2pkh/p2sh) | | inputsHash | uint256 | 32 | Hash of all the outpoints of the transaction inputs | | payloadSigSize | compactSize uint | 1-9 | Size of the Signature | -| payloadSig | vector | Variable | Signature of the hash of the ProTx fields. Signed with the key corresponding to the collateral outpoint. | +| payloadSig | vector | Variable | Signature of the hash of the ProTx fields. Signed with the key corresponding to the collateral outpoint in case the collateral is not part of the ProRegTx itself, empty otherwise. | ## Updating Masternode Information