mirror of
https://github.com/Qortal/pirate-librustzcash.git
synced 2025-11-02 20:37:03 +00:00
Rename zcash_mmr to zcash_history.
This crate will contain all chain history logic.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
use zcash_mmr::{Entry, EntryLink, NodeData, Tree};
|
||||
use zcash_history::{Entry, EntryLink, NodeData, Tree};
|
||||
|
||||
#[path= "lib/shared.rs"]
|
||||
mod share;
|
||||
|
||||
Reference in New Issue
Block a user