tsmt: export smt error

This commit is contained in:
Augusto F. Hack
2023-08-07 11:13:24 +02:00
parent bc364b72c0
commit f71d98970b

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};