Update transition.go

This commit is contained in:
marukai67 2026-01-09 16:15:09 +01:00 committed by GitHub
parent 127d1f42bb
commit 1c67266a94
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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{