Skip to content

Commit 48a6d56

Browse files
authored
Comments (#121)
* comments * more comments
1 parent b2f7aa0 commit 48a6d56

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

contracts/UFragmentsPolicy.sol

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,15 +37,14 @@ contract UFragmentsPolicy is Ownable {
3737

3838
UFragments public uFrags;
3939

40-
// Cpi oracle provides the current CPI-U, seasonally adjusted data,
41-
// as a 18 decimal fixed point number
40+
// Provides the current CPI, as an 18 decimal fixed point number.
4241
IOracle public cpiOracle;
4342

44-
// Market oracle provides the token/USD exchange rate as a 18 decimal fixed point number
43+
// Market oracle provides the token/USD exchange rate as an 18 decimal fixed point number.
4544
// (eg) An oracle value of 1.5e18 it would mean 1 Ample is trading for $1.50.
4645
IOracle public marketOracle;
4746

48-
// CPI value at the time of launch, DECIMALS Fixed point number
47+
// CPI value at the time of launch, as an 18 decimal fixed point number.
4948
uint256 private baseCpi;
5049

5150
// If the current exchange rate is within this fractional distance from the target, no supply

0 commit comments

Comments
 (0)