refactor: improve tests, small fixes

This commit is contained in:
Andrey Khmuro
2023-06-09 13:33:56 +03:00
parent 218a64b5c7
commit 766702e37a
4 changed files with 158 additions and 30 deletions

View File

@@ -40,7 +40,7 @@ mod node;
pub use node::InnerNodeInfo;
mod partial_mt;
pub use partial_mt::PartialMerkleTree;
pub use partial_mt::{pmt_to_text, PartialMerkleTree};
// ERRORS
// ================================================================================================