Skip to content

Commit

Permalink
fix: compilation error due to zerohash
Browse files Browse the repository at this point in the history
  • Loading branch information
twoeths committed Sep 19, 2024
1 parent 3dd0aa8 commit 9add9ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/ssz/src/type/profile.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ import {
concatGindices,
getNode,
BranchNode,
zeroHash,
zeroNode,
} from "@chainsafe/persistent-merkle-tree";
import {maxChunksToDepth} from "../util/merkleize";
Expand All @@ -30,7 +31,6 @@ import {
import {Case} from "../util/strings";
import {BitArray} from "../value/bitArray";
import {mixInActiveFields, setActiveFields} from "./stableContainer";
import {zeroHash} from "../util/zeros";
/* eslint-disable @typescript-eslint/member-ordering */

type BytesRange = {start: number; end: number};
Expand Down

0 comments on commit 9add9ee

Please sign in to comment.