refactor: improve tests, add error tests

This commit is contained in:
Andrey Khmuro
2023-06-13 16:14:07 +03:00
parent 766702e37a
commit b9def61e28
3 changed files with 178 additions and 92 deletions

View File

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