Update simulate.go

This commit is contained in:
Rez 2025-03-02 08:45:39 +11:00
parent d71a99029f
commit 6a217445ef
No known key found for this signature in database
1 changed files with 0 additions and 1 deletions

View File

@ -212,7 +212,6 @@ func (sim *simulator) processBlock(ctx context.Context, block *simBlock, header,
if block.BlockOverrides.BeaconRoot != nil {
core.ProcessBeaconBlockRoot(*block.BlockOverrides.BeaconRoot, evm)
}
var allLogs []*types.Log
for i, call := range block.Calls {
if err := ctx.Err(); err != nil {