From e19f4a5c4e2e61b416ec51270f481d1554dfc70d Mon Sep 17 00:00:00 2001 From: Kamuela Franco Date: Thu, 25 Oct 2018 15:24:39 +0100 Subject: [PATCH] Update ProUpRegTx to include inputsHash (#22) --- dip-0003.md | 1 + 1 file changed, 1 insertion(+) diff --git a/dip-0003.md b/dip-0003.md index fa8df62..e578a2c 100644 --- a/dip-0003.md +++ b/dip-0003.md @@ -160,6 +160,7 @@ The transaction consists of the following data in the payload area: | KeyIdVoting | CKeyID | 20 | The public key hash used for voting. | | scriptPayoutSize | compactSize uint | 1-9 | Size of the Payee Script. | | 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 by the Owner. |