From d48a7ec8f0f9094f800caafd6b73b5ca9ea01080 Mon Sep 17 00:00:00 2001 From: allen Date: Mon, 20 Oct 2025 17:55:09 -0400 Subject: [PATCH] fix --- core/state/statedb.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/core/state/statedb.go b/core/state/statedb.go index 2672ccb013..693ecf70cf 100644 --- a/core/state/statedb.go +++ b/core/state/statedb.go @@ -855,8 +855,6 @@ func (s *StateDB) IntermediateRoot(deleteEmptyObjects bool) common.Hash { continue } obj := s.stateObjects[addr] // closure for the task runner below - addr := addr - op := op workers.Go(func() error { if s.db.TrieDB().IsVerkle() { obj.updateTrie()