You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
above is wrong; UT.decimals must be used. Improved documentation is helpful. The PriceOracle pricePoint is input as u$/OST (not u$/attoOST), which caused the discrepancy. Hotpatched in #161 but leaving this ticket open to re-examine and tidy-up in calmer times
Missing factor in PricerRule:convertPayCurrencyToToken:
https://github.com/OpenSTFoundation/openst-contracts/blob/develop/contracts/rules/PricerRule.sol#L397
misses the factor
10**PriceOracleDecimals
. Correction reads:The text was updated successfully, but these errors were encountered: