mirror of
https://github.com/seigler/dips
synced 2025-07-27 09:46:12 +00:00
Update dip-0003.md
Co-Authored-By: UdjinM6 <udjinm6@gmail.com>
This commit is contained in:
parent
c4288307d5
commit
6b1942914b
1 changed files with 1 additions and 1 deletions
|
@ -105,7 +105,7 @@ The transaction consists of the following data in the payload area:
|
||||||
| scriptPayout | Script | Variable | Payee script (p2pkh/p2sh) |
|
| scriptPayout | Script | Variable | Payee script (p2pkh/p2sh) |
|
||||||
| inputsHash | uint256 | 32 | Hash of all the outpoints of the transaction inputs |
|
| inputsHash | uint256 | 32 | Hash of all the outpoints of the transaction inputs |
|
||||||
| payloadSigSize | compactSize uint | 1-9 | Size of the Signature |
|
| payloadSigSize | compactSize uint | 1-9 | Size of the Signature |
|
||||||
| payloadSig | vector<unsigned char> | Variable | Signature of the hash of the ProTx fields. Signed with the key corresponding to the collateral outpoint. |
|
| payloadSig | vector<unsigned char> | 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
|
## Updating Masternode Information
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue