Rename zcash_mmr to zcash_history.

This crate will contain all chain history logic.
This commit is contained in:
Sean Bowe
2020-03-03 18:05:14 -07:00
parent 9379eec1b8
commit 5e1a2f9d3f
11 changed files with 43 additions and 33 deletions

View File

@@ -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>,