mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-18 18:02:24 +00:00
Merge 1bb97cc487 into 86be91b3e2
This commit is contained in:
commit
fef5fab33b
1 changed files with 1 additions and 1 deletions
|
|
@ -73,7 +73,7 @@ type NodeIterator interface {
|
||||||
// For leaf nodes, the last element of the path is the 'terminator symbol' 0x10.
|
// For leaf nodes, the last element of the path is the 'terminator symbol' 0x10.
|
||||||
Path() []byte
|
Path() []byte
|
||||||
|
|
||||||
// Leaf returns true iff the current node is a leaf node.
|
// Leaf returns true if the current node is a leaf node.
|
||||||
// LeafBlob, LeafKey return the contents and key of the leaf node. These
|
// LeafBlob, LeafKey return the contents and key of the leaf node. These
|
||||||
// method panic if the iterator is not positioned at a leaf.
|
// method panic if the iterator is not positioned at a leaf.
|
||||||
// Callers must not retain references to their return value after calling Next
|
// Callers must not retain references to their return value after calling Next
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue