Skip to content
This repository has been archived by the owner on Nov 6, 2020. It is now read-only.

Iterator for NibbleSlice and TrieDB. #171

Merged
merged 7 commits into from
Jan 18, 2016
Merged

Iterator for NibbleSlice and TrieDB. #171

merged 7 commits into from
Jan 18, 2016

Conversation

gavofyork
Copy link
Contributor

No description provided.

@gavofyork gavofyork added the A0-pleasereview 🤓 Pull request needs code review. label Jan 17, 2016
});
match self.trail.last().unwrap().node {
Node::Leaf(n, _) | Node::Extension(n, _) => {
println!("Entering. Extend key {:?}, {:?}", self.key_nibbles, n.iter().collect::<Vec<_>>());
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

change to trace! ?

@gavofyork
Copy link
Contributor Author

All println!s removed.

arkpar added a commit that referenced this pull request Jan 18, 2016
Iterator for NibbleSlice and TrieDB.
@arkpar arkpar merged commit 8776ac2 into master Jan 18, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
A0-pleasereview 🤓 Pull request needs code review.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants