Skip to content

Commit edb58dc

Browse files
authored
Merge pull request #2418 from CortexFoundation/dev
update gas cost of CLZ to five
2 parents 5e78800 + acbb52b commit edb58dc

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)