Merge pull request #137 from 0xPolygonMiden/frisitano-reexport-mmr-proof

re-export mmr proof
This commit is contained in:
Augusto Hack
2023-04-14 14:34:58 +02:00
committed by GitHub

View File

@@ -27,7 +27,7 @@ mod simple_smt;
pub use simple_smt::SimpleSmt;
mod mmr;
pub use mmr::{Mmr, MmrPeaks};
pub use mmr::{Mmr, MmrPeaks, MmrProof};
mod store;
pub use store::MerkleStore;