Skip to content

Commit

Permalink
Merge pull request #140 from lightclient/rename-receipts
Browse files Browse the repository at this point in the history
Rename receiptRoot to receiptsRoot in execution payload
  • Loading branch information
lightclient authored Nov 30, 2021
2 parents cb8773f + 812d7a9 commit eab7edd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/engine/specification.md
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ This structure maps on the [`ExecutionPayload`](https://github.com/ethereum/cons
- `parentHash`: `DATA`, 32 Bytes
- `feeRecipient`: `DATA`, 20 Bytes
- `stateRoot`: `DATA`, 32 Bytes
- `receiptRoot`: `DATA`, 32 Bytes
- `receiptsRoot`: `DATA`, 32 Bytes
- `logsBloom`: `DATA`, 256 Bytes
- `random`: `DATA`, 32 Bytes
- `blockNumber`: `QUANTITY`, 64 Bits
Expand Down

0 comments on commit eab7edd

Please sign in to comment.