feat: add a trait method to control how to merge peaks

This commit is contained in:
Boyu Yang
2022-03-22 18:00:43 +08:00
parent 09092d0039
commit 0b37e46871
4 changed files with 106 additions and 2 deletions
+1
View File
@@ -1,6 +1,7 @@
mod test_accumulate_headers;
mod test_helper;
mod test_mmr;
mod test_sequence;
use crate::Merge;
use blake2b_rs::{Blake2b, Blake2bBuilder};