From a77815caefae9b1b9fb8b949e10312073451742e Mon Sep 17 00:00:00 2001 From: Danny Ryan Date: Tue, 11 Jan 2022 06:54:45 -0700 Subject: [PATCH] fix broken merge link --- 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 9d5ee8bd9..ca355dda8 100644 --- a/src/engine/specification.md +++ b/src/engine/specification.md @@ -123,7 +123,7 @@ Fields having `DATA` and `QUANTITY` types **MUST** be encoded according to the [ ### ExecutionPayloadV1 -This structure maps on the [`ExecutionPayload`](https://github.com/ethereum/consensus-specs/blob/dev/specs/merge/beacon-chain.md#ExecutionPayload) structure of the beacon chain spec. The fields are encoded as follows: +This structure maps on the [`ExecutionPayload`](https://github.com/ethereum/consensus-specs/blob/dev/specs/bellatrix/beacon-chain.md#ExecutionPayload) structure of the beacon chain spec. The fields are encoded as follows: - `parentHash`: `DATA`, 32 Bytes - `feeRecipient`: `DATA`, 20 Bytes - `stateRoot`: `DATA`, 32 Bytes