We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5e78800 + acbb52b commit edb58dcCopy full SHA for edb58dc
1 file changed
core/vm/eips.go
@@ -60,7 +60,7 @@ func opCLZ(pc *uint64, interpreter *CVMInterpreter, scope *ScopeContext) ([]byte
60
func enable7939(jt *JumpTable) {
61
jt[CLZ] = &operation{
62
execute: opCLZ,
63
- gasCost: constGasFunc(GasFastestStep),
+ gasCost: constGasFunc(GasFastStep),
64
validateStack: makeStackFunc(1, 1),
65
}
66
0 commit comments