mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-19 18:32:23 +00:00
core/state: teh teh teh
This commit is contained in:
parent
3906158e35
commit
bfcd4c4c55
1 changed files with 1 additions and 1 deletions
|
|
@ -151,7 +151,7 @@ func (s *stateObject) getTrie() (Trie, error) {
|
||||||
// to break the hidden interdependency between retrieving tries from the db or
|
// to break the hidden interdependency between retrieving tries from the db or
|
||||||
// from the prefetcher.
|
// from the prefetcher.
|
||||||
func (s *stateObject) getPrefetchedTrie() (Trie, error) {
|
func (s *stateObject) getPrefetchedTrie() (Trie, error) {
|
||||||
// If there's nothing to meaningfully return, let teh user figure it out by
|
// If there's nothing to meaningfully return, let the user figure it out by
|
||||||
// pulling the trie from disk.
|
// pulling the trie from disk.
|
||||||
if s.data.Root == types.EmptyRootHash || s.db.prefetcher == nil {
|
if s.data.Root == types.EmptyRootHash || s.db.prefetcher == nil {
|
||||||
return nil, nil
|
return nil, nil
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue