We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f633759 commit acbb52bCopy full SHA for acbb52b
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