mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-24 05:36:46 +00:00
small fix
This commit is contained in:
parent
f986915332
commit
23d24f3ce3
1 changed files with 4 additions and 0 deletions
|
|
@ -45,6 +45,10 @@ func NewTransitionTree(base *SecureTrie, overlay *VerkleTrie, st bool) *Transiti
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
func (t *TransitionTrie) Owner() common.Hash {
|
||||||
|
return t.overlay.Owner()
|
||||||
|
}
|
||||||
|
|
||||||
// Base returns the base trie.
|
// Base returns the base trie.
|
||||||
func (t *TransitionTrie) Base() *SecureTrie {
|
func (t *TransitionTrie) Base() *SecureTrie {
|
||||||
return t.base
|
return t.base
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue