mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-23 05:06:43 +00:00
trie: fix comment
This commit is contained in:
parent
45ee2fbe19
commit
eebee3df05
1 changed files with 1 additions and 1 deletions
|
|
@ -838,7 +838,7 @@ func (it *unionIterator) Error() error {
|
||||||
}
|
}
|
||||||
|
|
||||||
// subTreeIterator wraps nodeIterator to traverse a trie within a predefined
|
// subTreeIterator wraps nodeIterator to traverse a trie within a predefined
|
||||||
// start and limit range, with optional prefix mode.
|
// start and limit range.
|
||||||
type subtreeIterator struct {
|
type subtreeIterator struct {
|
||||||
NodeIterator
|
NodeIterator
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue