Skip to content

Commit

Permalink
remove unused
Browse files Browse the repository at this point in the history
  • Loading branch information
g11tech committed Oct 8, 2024
1 parent 43abbc7 commit 3436beb
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import {ChainForkConfig} from "@lodestar/config";
import {phase0, deneb} from "@lodestar/types";
import {ForkSeq, ForkName} from "@lodestar/params";
import {fromHex} from "@lodestar/utils";
import {blockToHeader, signedBlockToSignedHeader} from "@lodestar/state-transition/src/index.js";
import {signedBlockToSignedHeader} from "@lodestar/state-transition/src/index.js";
import {
BlockInput,
BlockInputType,
Expand All @@ -18,7 +18,7 @@ import {INetwork} from "../interface.js";
import {BlockInputAvailabilitySource} from "../../chain/seenCache/seenGossipBlockInput.js";
import {Metrics} from "../../metrics/index.js";
import {IExecutionEngine} from "../../execution/index.js";
import {computeBlobSidecars, computeInclusionProof, kzgCommitmentToVersionedHash} from "../../util/blobs.js";
import {computeInclusionProof, kzgCommitmentToVersionedHash} from "../../util/blobs.js";
import {matchBlockWithBlobs} from "./beaconBlocksMaybeBlobsByRange.js";

export async function beaconBlocksMaybeBlobsByRoot(
Expand Down

0 comments on commit 3436beb

Please sign in to comment.