Commit 31978f4 1 parent 476ba54 commit 31978f4 Copy full SHA for 31978f4
File tree 1 file changed +2
-2
lines changed
packages/state-transition/src/slot
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -58,8 +58,8 @@ export function upgradeStateToElectra(stateDeneb: CachedBeaconStateDeneb): Cache
58
58
stateElectraView . historicalSummaries = stateElectraCloned . historicalSummaries ;
59
59
60
60
// latestExecutionPayloadHeader's depositRequestsRoot and withdrawalRequestsRoot set to zeros by default
61
- // default value of depositRequestsStartIndex is UNSET_DEPOSIT_RECEIPTS_START_INDEX
62
- stateElectraView . depositRequestsStartIndex = UNSET_DEPOSIT_RECEIPTS_START_INDEX ;
61
+ // default value of depositReceiptsStartIndex is UNSET_DEPOSIT_RECEIPTS_START_INDEX
62
+ stateElectraView . depositReceiptsStartIndex = UNSET_DEPOSIT_RECEIPTS_START_INDEX ;
63
63
stateElectraView . depositBalanceToConsume = BigInt ( 0 ) ;
64
64
stateElectraView . exitBalanceToConsume = BigInt ( 0 ) ;
65
65
You can’t perform that action at this time.
0 commit comments