mirror of
https://github.com/pezkuwichain/merkle-mountain-range.git
synced 2026-06-16 12:01:04 +00:00
feat: add a trait method to control how to merge peaks
This commit is contained in:
@@ -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};
|
||||
|
||||
Reference in New Issue
Block a user