Skip to content

Commit

Permalink
fix check-types
Browse files Browse the repository at this point in the history
  • Loading branch information
ensi321 committed Oct 17, 2024
1 parent 7807534 commit 5137f19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/beacon-node/test/spec/presets/operations.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ const operationFns: Record<string, BlockProcessFn<CachedBeaconStateAllForks>> =

deposit_request: (state, testCase: {deposit_request: electra.DepositRequest}) => {
const fork = state.config.getForkSeq(state.slot);
blockFns.processDepositRequest(fork, state as CachedBeaconStateElectra, testCase.deposit_request);
blockFns.processDepositRequest(state as CachedBeaconStateElectra, testCase.deposit_request);
},

consolidation_request: (state, testCase: {consolidation_request: electra.ConsolidationRequest}) => {
Expand Down

0 comments on commit 5137f19

Please sign in to comment.