Skip to content
This repository was archived by the owner on Mar 18, 2022. It is now read-only.

Commit 78adb77

Browse files
committed
Import BranchNode
1 parent 6886fc1 commit 78adb77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tree.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import {Gindex, gindexIterator, Bit, toGindexBitstring, GindexBitstring} from "./gindex";
2-
import {Node, LeafNode} from "./node";
2+
import {Node, LeafNode, BranchNode} from "./node";
33
import {HashObject} from "@chainsafe/as-sha256";
44
import {createNodeFromProof, createProof, Proof, ProofInput} from "./proof";
55
import {createSingleProof} from "./proof/single";

0 commit comments

Comments
 (0)