mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-17 01:13:45 +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 (
|
var (
|
||||||
context vm.BlockContext
|
context vm.BlockContext
|
||||||
signer = types.MakeSigner(p.config, header.Number, header.Time)
|
signer = types.MakeSigner(p.config, header.Number, header.Time)
|
||||||
err error
|
|
||||||
)
|
)
|
||||||
context = NewEVMBlockContext(header, p.hc, nil)
|
context = NewEVMBlockContext(header, p.hc, nil)
|
||||||
vmenv := vm.NewEVM(context, vm.TxContext{}, statedb, p.config, cfg)
|
vmenv := vm.NewEVM(context, vm.TxContext{}, statedb, p.config, cfg)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue