Browse Source

feat: re-export MmrProof

al-gkr-basic-workflow
frisitano 2 years ago
parent
commit
79915cc346
Failed to extract signature
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;
mod mmr;
pub use mmr::{Mmr, MmrPeaks};
pub use mmr::{Mmr, MmrPeaks, MmrProof};
mod store;
pub use store::MerkleStore;

Loading…
Cancel
Save