diff --git a/src/components/admin-lte/index.js b/src/components/admin-lte/index.js index 4de76d4..453af65 100644 --- a/src/components/admin-lte/index.js +++ b/src/components/admin-lte/index.js @@ -129,7 +129,7 @@ class AdminLTEPage extends React.Component { const myBalance = await bchWalletLib.getBalance() const bchjs = bchWalletLib.bchjs - const currentRate = await bchjs.Price.current('usd') + const currentRate = await bchjs.Price.getUsd() * 100 _this.setState({ currentRate: currentRate })