core/state: teh teh teh

This commit is contained in:
Péter Szilágyi 2024-05-10 11:28:21 +03:00
parent 3906158e35
commit bfcd4c4c55

View file

@ -151,7 +151,7 @@ func (s *stateObject) getTrie() (Trie, error) {
// to break the hidden interdependency between retrieving tries from the db or
// from the prefetcher.
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.
if s.data.Root == types.EmptyRootHash || s.db.prefetcher == nil {
return nil, nil