From 812d7a92062686a5d40442aa1816168a1ba9f3d3 Mon Sep 17 00:00:00 2001 From: "lightclient@protonmail.com" Date: Tue, 30 Nov 2021 07:41:48 +0100 Subject: [PATCH] rename receiptRoot to receiptsRoot in execution payload --- src/engine/specification.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/engine/specification.md b/src/engine/specification.md index 2478ec467..58f6f8eba 100644 --- a/src/engine/specification.md +++ b/src/engine/specification.md @@ -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