From bfcd4c4c55e00ccbd0fd1393c1f3e542e21f1a4b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C3=A9ter=20Szil=C3=A1gyi?= Date: Fri, 10 May 2024 11:28:21 +0300 Subject: [PATCH] core/state: teh teh teh --- core/state/state_object.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/state/state_object.go b/core/state/state_object.go index a0ecb7738c..686003a262 100644 --- a/core/state/state_object.go +++ b/core/state/state_object.go @@ -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