Skip to content

Commit

Permalink
Lint
Browse files Browse the repository at this point in the history
  • Loading branch information
ensi321 committed Oct 11, 2024
1 parent 46b0d9a commit 12a5914
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/state-transition/src/block/processDeposit.ts
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,8 @@ export function applyDeposit(
}
} else {
// increase balance by deposit amount right away pre-electra
increaseBalance(state, cachedIndex, amount); }
increaseBalance(state, cachedIndex, amount);
}
} else {
const stateElectra = state as CachedBeaconStateElectra;
const pendingDeposit = ssz.electra.PendingDeposit.toViewDU({
Expand Down

0 comments on commit 12a5914

Please sign in to comment.