Skip to content

Commit

Permalink
Merge pull request #368 from o1-labs/fix/export-base-witness
Browse files Browse the repository at this point in the history
  • Loading branch information
Trivo25 committed Aug 29, 2022
2 parents 4dfb7bf + d8f9a16 commit fcd69f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/merkle_tree.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { Poseidon } from './hash';
import { Bool, Field } from './core';

// external API
export { Witness, MerkleTree, MerkleWitness };
export { Witness, MerkleTree, MerkleWitness, BaseMerkleWitness };

type Witness = { isLeft: boolean; sibling: Field }[];

Expand Down

0 comments on commit fcd69f2

Please sign in to comment.