eth: fix lint

This commit is contained in:
Gary Rong 2026-04-24 16:05:19 +08:00 committed by Jared Wasinger
parent e54f7e1a17
commit 99c4e241fa

View file

@ -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