Skip to content

Commit acbb52b

Browse files
committed
update gas cost of CLZ to five
1 parent f633759 commit acbb52b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

core/vm/eips.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ func opCLZ(pc *uint64, interpreter *CVMInterpreter, scope *ScopeContext) ([]byte
6060
func enable7939(jt *JumpTable) {
6161
jt[CLZ] = &operation{
6262
execute: opCLZ,
63-
gasCost: constGasFunc(GasFastestStep),
63+
gasCost: constGasFunc(GasFastStep),
6464
validateStack: makeStackFunc(1, 1),
6565
}
6666
}

0 commit comments

Comments
 (0)