Skip to content

Commit 6267bb5

Browse files
committed
small fix
1 parent 99da5e0 commit 6267bb5

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

trie/transition.go

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,10 @@ func NewTransitionTree(base *SecureTrie, overlay *VerkleTrie, st bool) *Transiti
4545
}
4646
}
4747

48+
func (t *TransitionTrie) Owner() common.Hash {
49+
return t.overlay.Owner()
50+
}
51+
4852
// Base returns the base trie.
4953
func (t *TransitionTrie) Base() *SecureTrie {
5054
return t.base

0 commit comments

Comments
 (0)