Merge pull request #178 from 0xPolygonMiden/hacka-export-tsmt-error

tsmt: export smt error
This commit is contained in:
Augusto Hack 2023-08-07 11:25:55 +02:00 committed by GitHub
commit 2fa1b9768a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -27,7 +27,7 @@ mod simple_smt;
pub use simple_smt::SimpleSmt;
mod tiered_smt;
pub use tiered_smt::{TieredSmt, TieredSmtProof};
pub use tiered_smt::{TieredSmt, TieredSmtProof, TieredSmtProofError};
mod mmr;
pub use mmr::{Mmr, MmrPeaks, MmrProof};