We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 84f8c0c commit d258eeeCopy full SHA for d258eee
core/vm/jump_table.go
@@ -33,7 +33,7 @@ type (
33
var errGasUintOverflow = errors.New("gas uint64 overflow")
34
35
type operation struct {
36
- // op is the operation function
+ // execute is the operation function
37
execute executionFunc
38
// gasCost is the gas function and returns the gas required for execution
39
gasCost gasFunc
0 commit comments