Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
g11tech committed Nov 26, 2022
1 parent 995da91 commit fa85faf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/state-transition/src/signatureSets/index.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import {ForkSeq} from "@lodestar/params";
import {allForks, altair, capella} from "@lodestar/types";
import {computeEpochAtSlot, ISignatureSet} from "../util/index.js";
import {ISignatureSet} from "../util/index.js";
import {CachedBeaconStateAllForks, CachedBeaconStateAltair, CachedBeaconStateCapella} from "../types.js";
import {getSyncCommitteeSignatureSet} from "../block/processSyncCommittee.js";
import {getProposerSlashingsSignatureSets} from "./proposerSlashings.js";
Expand Down

0 comments on commit fa85faf

Please sign in to comment.