Browse Source

tsmt: export smt error

al-gkr-basic-workflow
Augusto F. Hack 1 year ago
parent
commit
f71d98970b
No known key found for this signature in database GPG Key ID: 3F3584B7FB1DFB76
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/merkle/mod.rs

+ 1
- 1
src/merkle/mod.rs

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

Loading…
Cancel
Save