Browse Source

mmr: publicly export MmrDelta

km/mkdocs-impl
Augusto F. Hack 1 year ago
committed by Bobbin Threadbare
parent
commit
5f2d170435
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/merkle/mod.rs

+ 1
- 1
src/merkle/mod.rs

@ -31,7 +31,7 @@ mod tiered_smt;
pub use tiered_smt::{TieredSmt, TieredSmtProof, TieredSmtProofError};
mod mmr;
pub use mmr::{InOrderIndex, Mmr, MmrError, MmrPeaks, MmrProof, PartialMmr};
pub use mmr::{InOrderIndex, Mmr, MmrDelta, MmrError, MmrPeaks, MmrProof, PartialMmr};
mod store;
pub use store::{DefaultMerkleStore, MerkleStore, RecordingMerkleStore, StoreNode};

Loading…
Cancel
Save