From 46d979f9020c57db15373cb075b5cf456a0c2f12 Mon Sep 17 00:00:00 2001 From: xiaolou86 Date: Thu, 12 Oct 2023 18:07:31 +0800 Subject: [PATCH] Update EIP-6110: fix typo Merged by EIP-Bot. --- EIPS/eip-6110.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/EIPS/eip-6110.md b/EIPS/eip-6110.md index 1a15befa86b7c..d4226f1ea4c81 100644 --- a/EIPS/eip-6110.md +++ b/EIPS/eip-6110.md @@ -161,7 +161,7 @@ A block that does not satisfy the above conditions **MUST** be deemed invalid. Consensus layer changes can be summarized into the following list: -1. `ExecutionPayload` is extended with a new `deposit_receipts` field to accomodate deposit operations list. +1. `ExecutionPayload` is extended with a new `deposit_receipts` field to accommodate deposit operations list. 2. `BeaconState` is appended with `deposit_receipts_start_index` used to switch from the former deposit mechanism to the new one. 3. As a part of transition logic a new beacon block validity condition is added to constrain the usage of `Eth1Data` poll. 4. A new `process_deposit_receipt` function is added to the block processing routine to handle `deposit_receipts` processing.