Skip to content

Commit ea4ba20

Browse files
authored
Merge pull request #34 from 0xPolygon/avalkov/Remove-state-reset-from-traceBlock
Remove state reset between txs in trace_block
2 parents ebe8274 + 10ff11c commit ea4ba20

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

rpc/jsonrpc/trace_adhoc.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1405,7 +1405,6 @@ func (api *TraceAPIImpl) doCallBlock(ctx context.Context, dbtx kv.Tx, stateReade
14051405
sd = &StateDiff{sdMap: sdMap}
14061406
}
14071407

1408-
ibs.Reset()
14091408
var finalizeTxStateWriter state.StateWriter
14101409
if sd != nil {
14111410
finalizeTxStateWriter = sd

0 commit comments

Comments
 (0)