We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7267186 commit f0d3b31Copy full SHA for f0d3b31
contracts/UFragmentsPolicy.sol
@@ -48,7 +48,7 @@ contract UFragmentsPolicy is Ownable {
48
// If the current exchange rate is within this fractional distance from the target, no supply
49
// update is performed. Fixed point number--same format as the rate.
50
// (ie) abs(rate - targetRate) / targetRate < deviationThreshold, then no supply change.
51
- // 18 decimals.
+ // DECIMALS Fixed point number.
52
uint256 public deviationThreshold;
53
54
// The rebase lag parameter, used to dampen the applied supply adjustment by 1 / rebaseLag
0 commit comments