tsmt: export smt error

This commit is contained in:
Augusto F. Hack 2023-08-07 11:13:24 +02:00
parent bc364b72c0
commit f71d98970b
No known key found for this signature in database
GPG key ID: 3F3584B7FB1DFB76

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