From ca538f52a05d0738cbee0e5aaa075e703724f99b Mon Sep 17 00:00:00 2001 From: Inphi Date: Tue, 25 Oct 2022 12:06:07 -0400 Subject: [PATCH] Update specs/eip4844/beacon-chain.md Co-authored-by: Alex Stokes --- specs/eip4844/beacon-chain.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/specs/eip4844/beacon-chain.md b/specs/eip4844/beacon-chain.md index 78953bb36..1df899b81 100644 --- a/specs/eip4844/beacon-chain.md +++ b/specs/eip4844/beacon-chain.md @@ -312,7 +312,7 @@ def initialize_beacon_state_from_eth1(eth1_block_hash: Hash32, ``` ### Disabling Withdrawals -During testing we avoid Capella-specific updates the state transition. We do this by replacing the following functions with a no-op implementation: +During testing we avoid Capella-specific updates to the state transition. We do this by replacing the following functions with a no-op implementation: - `process_full_withdrawals` - `process_partial_withdrawals` - `process_withdrawals`