Skip to content

Commit

Permalink
qip-0007: remove incorrect reference to RLP
Browse files Browse the repository at this point in the history
  • Loading branch information
wizeguyy committed Mar 6, 2024
1 parent ce9e145 commit 699bfec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qip-0007.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ The value field of a transaction output is constrained to 1 of 16 denominations,
### Transaction Structure
Every transaction must reference a set of unspent transaction outputs as inputs to be spent, and create new transaction outputs to be added to the UTXO set. Transaction inputs will be referenced by the hash of the transaction which minted them and the index of the output in that transaction. Additionally, each transaction must contain a valid aggregate signature from each UTXO key.

Putting it all together, transactions will contain the following data, RLP encoded:
Putting it all together, transactions will contain the following data:
```
transaction: {
chainId: uint256, // for replay protection
Expand Down

0 comments on commit 699bfec

Please sign in to comment.