mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-27 07:06:42 +00:00
fix : lint
This commit is contained in:
parent
669f6e749a
commit
d43ad036ae
1 changed files with 1 additions and 0 deletions
|
|
@ -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()),
|
||||
|
|
|
|||
Loading…
Reference in a new issue