Skip to content

Commit

Permalink
Type fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Dzejkop committed May 7, 2024
1 parent fb648dd commit 69da999
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/poseidon_tree.rs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ pub type PoseidonTree = MerkleTree<PoseidonHash>;
#[allow(clippy::module_name_repetitions)]
pub type LazyPoseidonTree = LazyMerkleTree<PoseidonHash>;
#[allow(dead_code)]
pub type Branch = merkle_tree::Branch<PoseidonHash>;
pub type Branch = merkle_tree::Branch<<PoseidonHash as Hasher>::Hash>;
#[allow(dead_code)]
pub type Proof = merkle_tree::Proof<PoseidonHash>;

Expand Down

0 comments on commit 69da999

Please sign in to comment.