Skip to content

Commit eab7edd

Browse files
authored
Merge pull request #140 from lightclient/rename-receipts
Rename receiptRoot to receiptsRoot in execution payload
2 parents cb8773f + 812d7a9 commit eab7edd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/engine/specification.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ This structure maps on the [`ExecutionPayload`](https://github.com/ethereum/cons
139139
- `parentHash`: `DATA`, 32 Bytes
140140
- `feeRecipient`: `DATA`, 20 Bytes
141141
- `stateRoot`: `DATA`, 32 Bytes
142-
- `receiptRoot`: `DATA`, 32 Bytes
142+
- `receiptsRoot`: `DATA`, 32 Bytes
143143
- `logsBloom`: `DATA`, 256 Bytes
144144
- `random`: `DATA`, 32 Bytes
145145
- `blockNumber`: `QUANTITY`, 64 Bits

0 commit comments

Comments
 (0)