Unverified Commit d51faee2 authored by Péter Szilágyi's avatar Péter Szilágyi Committed by GitHub

Merge pull request #16831 from abeln/patch-1

core/vm: fix typo in comment
parents 426f62f1 d258eee2
......@@ -33,7 +33,7 @@ type (
var errGasUintOverflow = errors.New("gas uint64 overflow")
type operation struct {
// op is the operation function
// execute is the operation function
execute executionFunc
// gasCost is the gas function and returns the gas required for execution
gasCost gasFunc
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment