mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-05-22 15:59:26 +00:00
Merge pull request #16831 from abeln/patch-1
core/vm: fix typo in comment
This commit is contained in:
commit
d51faee240
1 changed files with 1 additions and 1 deletions
|
|
@ -33,7 +33,7 @@ type (
|
||||||
var errGasUintOverflow = errors.New("gas uint64 overflow")
|
var errGasUintOverflow = errors.New("gas uint64 overflow")
|
||||||
|
|
||||||
type operation struct {
|
type operation struct {
|
||||||
// op is the operation function
|
// execute is the operation function
|
||||||
execute executionFunc
|
execute executionFunc
|
||||||
// gasCost is the gas function and returns the gas required for execution
|
// gasCost is the gas function and returns the gas required for execution
|
||||||
gasCost gasFunc
|
gasCost gasFunc
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue