4535da96ee
What: Removed the `convertToCents` methods from the `Expectation` class, since the expectations were already in cents. Why: Fixes https://github.com/storj/storj/issues/4202 The `/expectations` endpoint already returns the amounts for `currentMonthEstimation` and `undistributed` in cents. So there is no need to convert them again to cents before the dollar conversion. This change removes the `convertToCents` from the `Expectation` class. |
||
---|---|---|
.. | ||
src | ||
static | ||
tests/unit | ||
.eslintrc.js | ||
.gitignore | ||
.stylelintignore | ||
.stylelintrc.js | ||
babel.config.js | ||
index.html | ||
jestSetup.ts | ||
package-lock.json | ||
package.json | ||
tsconfig.json | ||
vue.config.js |