From 99c4e241fabb6cd0e38beeeed3af9a44ba08afc8 Mon Sep 17 00:00:00 2001 From: Gary Rong Date: Fri, 24 Apr 2026 16:05:19 +0800 Subject: [PATCH] eth: fix lint --- eth/state_accessor.go | 1 - 1 file changed, 1 deletion(-) 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