mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-22 20:56:42 +00:00
fix
This commit is contained in:
parent
537e87bc4c
commit
d48a7ec8f0
1 changed files with 0 additions and 2 deletions
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Reference in a new issue