diff --git a/eth/state_accessor.go b/eth/state_accessor.go index 7042b9b1c1..fbd8b4fbf9 100644 --- a/eth/state_accessor.go +++ b/eth/state_accessor.go @@ -252,7 +252,6 @@ func (eth *Ethereum) stateAtTransaction(ctx context.Context, block *types.Block, // Run pre-execution system calls if err := core.PreExecution(ctx, block.BeaconRoot(), block.ParentHash(), eth.blockchain.Config(), evm, block.Number(), block.Time()); err != nil { return nil, vm.BlockContext{}, nil, nil, err - } if txIndex == 0 && len(block.Transactions()) == 0 { return nil, context, statedb, release, nil