diff --git a/src/botPage/bot/TradeEngine/Balance.js b/src/botPage/bot/TradeEngine/Balance.js index 8730573c2d..ffa3e532e0 100644 --- a/src/botPage/bot/TradeEngine/Balance.js +++ b/src/botPage/bot/TradeEngine/Balance.js @@ -20,20 +20,8 @@ export default Engine => } // eslint-disable-next-line class-methods-use-this getBalance(type) { - const { scope } = this.store.getState(); - const currency = globalObserver.getState('currency'); - let balance = globalObserver.getState('balance'); - - // Deduct trade `amount` in this scope for correct value in `balance`-block - if (scope === 'BEFORE_PURCHASE') { - balance = roundBalance({ - balance: Number(balance) - this.tradeOptions.amount, - currency, - }); - } - + const balance = globalObserver.getState('balance'); const balanceStr = `${balance}`; - return type === 'STR' ? balanceStr : Number(balance); } };
Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.
Alternative Proxies: