Skip to content

Commit

Permalink
In electraField, move LatestExecutionPayloadHeader
Browse files Browse the repository at this point in the history
  • Loading branch information
jtraglia committed Nov 1, 2024
1 parent 02291a2 commit 921b7d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion beacon-chain/state/state-native/state_trie.go
Original file line number Diff line number Diff line change
Expand Up @@ -96,10 +96,10 @@ var denebFields = append(

var electraFields = append(
altairFields,
types.LatestExecutionPayloadHeaderDeneb,
types.NextWithdrawalIndex,
types.NextWithdrawalValidatorIndex,
types.HistoricalSummaries,
types.LatestExecutionPayloadHeaderDeneb,
types.DepositRequestsStartIndex,
types.DepositBalanceToConsume,
types.ExitBalanceToConsume,
Expand Down

0 comments on commit 921b7d4

Please sign in to comment.