Skip to content

Commit

Permalink
fix: re-export 'Tree' from summa-solvency package
Browse files Browse the repository at this point in the history
  • Loading branch information
sifnoc committed Nov 10, 2023
1 parent 978a645 commit af34617
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
pub mod apis;
pub mod contracts;
pub mod tests;
pub use merkle_sum_tree::{Entry, MerkleSumTree};
pub use merkle_sum_tree::{Entry, MerkleSumTree, Tree};
use summa_solvency::merkle_sum_tree;

0 comments on commit af34617

Please sign in to comment.