mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-20 10:52:25 +00:00
Update trie/stacktrie.go
Co-authored-by: Martin Holst Swende <martin@swende.se>
This commit is contained in:
parent
3be59e32cd
commit
c884b4dfcc
1 changed files with 2 additions and 2 deletions
|
|
@ -73,8 +73,8 @@ type StackTrie struct {
|
|||
root *stNode
|
||||
h *hasher
|
||||
|
||||
first []byte // The key of first inserted entry, tracked as left boundary.
|
||||
last []byte // The key of last inserted entry, tracked as right boundary.
|
||||
first []byte // The (hex-encoded without terminator) key of first inserted entry, tracked as left boundary.
|
||||
last []byte // The (hex-encoded without terminator) key of last inserted entry, tracked as right boundary.
|
||||
}
|
||||
|
||||
// NewStackTrie allocates and initializes an empty trie.
|
||||
|
|
|
|||
Loading…
Reference in a new issue