Skip to content

Commit 666b63a

Browse files
authored
Remove stale comment on latest_execution_payload_header in Electra (#3929)
1 parent 7cacee6 commit 666b63a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

specs/electra/beacon-chain.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -362,7 +362,7 @@ class BeaconState(Container):
362362
current_sync_committee: SyncCommittee
363363
next_sync_committee: SyncCommittee
364364
# Execution
365-
latest_execution_payload_header: ExecutionPayloadHeader # [Modified in Electra:EIP6110:EIP7002]
365+
latest_execution_payload_header: ExecutionPayloadHeader
366366
# Withdrawals
367367
next_withdrawal_index: WithdrawalIndex
368368
next_withdrawal_validator_index: ValidatorIndex

0 commit comments

Comments
 (0)