Skip to content

Commit f0d3b31

Browse files
committed
Add comments about decimal places
1 parent 7267186 commit f0d3b31

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
@@ -48,7 +48,7 @@ contract UFragmentsPolicy is Ownable {
4848
// If the current exchange rate is within this fractional distance from the target, no supply
4949
// update is performed. Fixed point number--same format as the rate.
5050
// (ie) abs(rate - targetRate) / targetRate < deviationThreshold, then no supply change.
51-
// 18 decimals.
51+
// DECIMALS Fixed point number.
5252
uint256 public deviationThreshold;
5353

5454
// The rebase lag parameter, used to dampen the applied supply adjustment by 1 / rebaseLag

0 commit comments

Comments
 (0)