mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-06-12 01:41:36 +00:00
trie/bintrie: remove KindInvalid (overflows 2-bit NodeRef tag)
This commit is contained in:
parent
a9a2d5653c
commit
ee951bad21
1 changed files with 0 additions and 1 deletions
|
|
@ -24,7 +24,6 @@ const (
|
||||||
KindInternal // internal binary branching node
|
KindInternal // internal binary branching node
|
||||||
KindStem // leaf group containing up to 256 values
|
KindStem // leaf group containing up to 256 values
|
||||||
KindHashed // unresolved node (hash only)
|
KindHashed // unresolved node (hash only)
|
||||||
KindInvalid // sentinel for validation
|
|
||||||
)
|
)
|
||||||
|
|
||||||
// NodeRef is a compact, GC-invisible reference to a node in a NodeStore.
|
// NodeRef is a compact, GC-invisible reference to a node in a NodeStore.
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue