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, )