From 6039362beef15feeb0d2e8b012ebf7bd841999bd Mon Sep 17 00:00:00 2001 From: Jared Wasinger Date: Thu, 7 Dec 2023 23:54:26 +0800 Subject: [PATCH] comment wording --- 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 a5463cfc2b..41088a0a6c 100644 --- a/core/state/state_object.go +++ b/core/state/state_object.go @@ -205,7 +205,7 @@ func (s *stateObject) GetCommittedState(key common.Hash) common.Hash { } } if s.db.prefetcher != nil { - // always prefetch to ensure that read accounts will end up in the witness + // always prefetch to ensure that read storage slots will end up in the witness s.db.prefetcher.prefetch(s.addrHash, s.data.Root, s.address, [][]byte{key[:]}) } // If the snapshot is unavailable or reading from it fails, load from the database.