mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-27 15:16:43 +00:00
small fix building
This commit is contained in:
parent
1193fc40e0
commit
1de5835163
1 changed files with 0 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in a new issue