chore: update tree module

This commit is contained in:
Magamedrasul Ibragimov 2022-10-27 20:13:58 +03:00
parent 65aa1e26aa
commit e64b03220d
2 changed files with 0 additions and 3 deletions

View File

@ -3,6 +3,4 @@ name = "pmtree"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]

View File

@ -1,6 +1,5 @@
use crate::*;
#[derive(Default)]
pub struct MerkleTree<D, H>
where
D: Database,