diff --git a/core/state/statedb.go b/core/state/statedb.go index bbca38dca6..b29d67fbfd 100644 --- a/core/state/statedb.go +++ b/core/state/statedb.go @@ -1259,7 +1259,7 @@ func (s *StateDB) commit(deleteEmptyObjects bool, noStorageWiping bool, blockNum }) // Step 2: Launch account trie hashing concurrently (CPU only, no I/O). - trieCopy := s.trie + trieCopy := s.Copy().trie workers.Go(func() error { accountTrieHash = trieCopy.Hash() return nil