Skip to content

Commit

Permalink
Update EIP-6110: fix typo
Browse files Browse the repository at this point in the history
Merged by EIP-Bot.
  • Loading branch information
xiaolou86 authored Oct 12, 2023
1 parent b08f4e4 commit 46d979f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion EIPS/eip-6110.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 46d979f

Please sign in to comment.