Skip to content

Commit

Permalink
chore: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewkeil committed Dec 3, 2024
1 parent 1b5fb43 commit d9c103f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/state-transition/src/cache/epochCache.ts
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ import {
import {computeBaseRewardPerIncrement, computeSyncParticipantReward} from "../util/syncCommittee.js";
import {sumTargetUnslashedBalanceIncrements} from "../util/targetUnslashedBalance.js";
import {EffectiveBalanceIncrements, getEffectiveBalanceIncrementsWithLen} from "./effectiveBalanceIncrements.js";
import {EpochTransitionCache} from "./epochTransitionCache.js";
import {Index2PubkeyCache, syncPubkeys} from "./pubkeyCache.js";
import {CachedBeaconStateAllForks} from "./stateCache.js";
import {
Expand All @@ -58,7 +59,6 @@ import {
getSyncCommitteeCache,
} from "./syncCommitteeCache.js";
import {BeaconStateAllForks, BeaconStateAltair} from "./types.js";
import {EpochTransitionCache} from "./epochTransitionCache.js";

/** `= PROPOSER_WEIGHT / (WEIGHT_DENOMINATOR - PROPOSER_WEIGHT)` */
export const PROPOSER_WEIGHT_FACTOR = PROPOSER_WEIGHT / (WEIGHT_DENOMINATOR - PROPOSER_WEIGHT);
Expand Down

0 comments on commit d9c103f

Please sign in to comment.