Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixed subtle bug with trie iterators
- The iterator made the assumption that a hash node would never follow an extension node. This actually can happen in practice, and when it did, it would destroy part of the key.
- Loading branch information