diff --git a/core/parallel_state_processor.go b/core/parallel_state_processor.go index 639aa16ad4..2e5bfceb52 100644 --- a/core/parallel_state_processor.go +++ b/core/parallel_state_processor.go @@ -405,7 +405,7 @@ func (p *ParallelStateProcessor) Process(block *types.Block, statedb *state.Stat for _, t := range tasks { t := t.(*ExecutionTask) - t.finalStateDB = backupStateDB + t.finalStateDB = statedb t.allLogs = &allLogs t.receipts = &receipts t.totalUsedGas = usedGas