fix : lint

This commit is contained in:
Shivam Sharma 2023-08-14 16:06:48 +05:30
parent 669f6e749a
commit d43ad036ae

View file

@ -77,6 +77,7 @@ func ApplyMessage(
// about the transaction and calling mechanisms.
vmenv := vm.NewEVM(blockContext, vm.TxContext{}, state, chainConfig, vm.Config{})
// nolint : contextcheck
// Apply the transaction to the current state (included in the env)
ret, gasLeft, err := vmenv.Call(
vm.AccountRef(msg.From()),