mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-27 15:16:43 +00:00
Update simulate.go
This commit is contained in:
parent
d71a99029f
commit
6a217445ef
1 changed files with 0 additions and 1 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Reference in a new issue