mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-21 20:26:41 +00:00
Update transition.go
This commit is contained in:
parent
127d1f42bb
commit
1c67266a94
1 changed files with 0 additions and 8 deletions
|
|
@ -208,14 +208,6 @@ func (t *TransitionTrie) IsVerkle() bool {
|
|||
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.
|
||||
func (t *TransitionTrie) Copy() *TransitionTrie {
|
||||
return &TransitionTrie{
|
||||
|
|
|
|||
Loading…
Reference in a new issue