mirror of
https://github.com/seigler/dips
synced 2025-07-27 01:36:14 +00:00
swap vector type with generic list symbols (#27)
This commit is contained in:
parent
52aee60048
commit
19c4993976
2 changed files with 6 additions and 6 deletions
|
@ -106,7 +106,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<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. |
|
||||
| payloadSig | 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
|
||||
|
||||
|
@ -162,7 +162,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<unsigned char> | Variable | Signature of the hash of the ProTx fields. Signed by the Owner. |
|
||||
| payloadSig | unsigned char[] | Variable | Signature of the hash of the ProTx fields. Signed by the Owner. |
|
||||
|
||||
### Operator Self Revoking Transaction (ProUpRevTx)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue