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.
2 parents 426f62f + d258eee commit d51faeeCopy full SHA for d51faee
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