diff --git a/core/state_processor.go b/core/state_processor.go index bd066b0613..739e220a46 100644 --- a/core/state_processor.go +++ b/core/state_processor.go @@ -92,7 +92,7 @@ func (p *StateProcessor) Process(block *types.Block, statedb *state.StateDB, cfg Data: (*beaconRoot)[:], // TODO use 4byte invocation? } vmenv.Reset(NewEVMTxContext(msg), statedb) - _, _, _ = vmenv.Call(vm.AccountRef(msg.From), *msg.To, msg.Data, 100_000, nil) + _, _, _ = vmenv.Call(vm.AccountRef(msg.From), *msg.To, msg.Data, 100_000, common.Big0) statedb.Finalise(true) } // Iterate over and process the individual transactions