mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-22 04:36:42 +00:00
Update transition.go
This commit is contained in:
parent
ffe9dc97e5
commit
96a289dfee
1 changed files with 0 additions and 9 deletions
|
|
@ -207,15 +207,6 @@ func (t *TransitionTrie) IsVerkle() bool {
|
||||||
// For all intents and purposes, the calling code should treat this as a verkle trie
|
// For all intents and purposes, the calling code should treat this as a verkle trie
|
||||||
return true
|
return true
|
||||||
}
|
}
|
||||||
|
|
||||||
// UpdateStem updates a group of values, given the stem they are using. If
|
|
||||||
// a value already exists, it is overwritten.
|
|
||||||
// TODO: This is Verkle-specific and requires access to private fields.
|
|
||||||
// Not currently used in the codebase.
|
|
||||||
func (t *TransitionTrie) UpdateStem(key []byte, values [][]byte) error {
|
|
||||||
panic("UpdateStem is not implemented for TransitionTrie")
|
|
||||||
}
|
|
||||||
|
|
||||||
// Copy creates a deep copy of the transition trie.
|
// Copy creates a deep copy of the transition trie.
|
||||||
func (t *TransitionTrie) Copy() *TransitionTrie {
|
func (t *TransitionTrie) Copy() *TransitionTrie {
|
||||||
return &TransitionTrie{
|
return &TransitionTrie{
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue