small fix building

This commit is contained in:
Lucca Martins 2025-02-16 17:01:33 -03:00
parent 1193fc40e0
commit 1de5835163
No known key found for this signature in database
GPG key ID: DC3D7F76BDAE23BF

View file

@ -76,7 +76,6 @@ func (p *StateProcessor) Process(block *types.Block, statedb *state.StateDB, cfg
var (
context vm.BlockContext
signer = types.MakeSigner(p.config, header.Number, header.Time)
err error
)
context = NewEVMBlockContext(header, p.hc, nil)
vmenv := vm.NewEVM(context, vm.TxContext{}, statedb, p.config, cfg)