From bed1df00a2452d4f0f6d26f8f2b70b35fb1b461c Mon Sep 17 00:00:00 2001 From: inphi Date: Thu, 10 Nov 2022 13:57:30 -0500 Subject: [PATCH] Remove withdrawal_queue from BeaconState upgrade --- specs/eip4844/fork.md | 1 - 1 file changed, 1 deletion(-) diff --git a/specs/eip4844/fork.md b/specs/eip4844/fork.md index b13eb5a32..bdd26e811 100644 --- a/specs/eip4844/fork.md +++ b/specs/eip4844/fork.md @@ -111,7 +111,6 @@ def upgrade_to_eip4844(pre: capella.BeaconState) -> BeaconState: # Execution-layer latest_execution_payload_header=pre.latest_execution_payload_header, # Withdrawals - withdrawal_queue=pre.withdrawal_queue, next_withdrawal_index=pre.next_withdrawal_index, next_withdrawal_validator_index=pre.next_withdrawal_validator_index, )