mirror of
https://github.com/Qortal/pirate-librustzcash.git
synced 2025-11-15 02:27: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:: {NodeData, Tree, Entry, EntryLink};
|
||||
use zcash_history:: {NodeData, Tree, Entry, EntryLink};
|
||||
|
||||
pub struct NodeDataIterator {
|
||||
return_stack: Vec<NodeData>,
|
||||
|
||||
Reference in New Issue
Block a user