Skip to content

Commit 5614a8a

Browse files
fix comment typo
Co-authored-by: Brandon Iles <[email protected]>
1 parent fd13c8b commit 5614a8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contracts/UFragmentsPolicy.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@ contract UFragmentsPolicy is Ownable {
248248

249249
rebaseFunctionGrowth = int256(45 * (10**DECIMALS));
250250
rebaseFunctionUpperPercentage = int256(5 * (10**(DECIMALS - 2))); // 0.05
251-
rebaseFunctionLowerPercentage = int256((-77) * int256(10**(DECIMALS - 3))); // -0.77
251+
rebaseFunctionLowerPercentage = int256((-77) * int256(10**(DECIMALS - 3))); // -0.077
252252

253253
minRebaseTimeIntervalSec = 1 days;
254254
rebaseWindowOffsetSec = 7200; // 2AM UTC

0 commit comments

Comments
 (0)