mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-23 13:16:42 +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
|
||||
// start and limit range, with optional prefix mode.
|
||||
// start and limit range.
|
||||
type subtreeIterator struct {
|
||||
NodeIterator
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue