Merge pull request #16831 from abeln/patch-1

core/vm: fix typo in comment
This commit is contained in:
Péter Szilágyi 2018-05-29 15:44:30 +03:00 committed by GitHub
commit d51faee240
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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