Balance Estimated BTC - fix test

This commit is contained in:
Anton Ermak
2018-01-15 12:07:01 +07:00
parent dd9ab5264d
commit 5db04b15e7
2 changed files with 5 additions and 1 deletions

View File

@@ -391,7 +391,7 @@ def _balance(bot: Bot, update: Update) -> None:
currency["Rate"] = exchange.get_ticker('BTC_' + coin, False)['bid']
currency['BTC'] = currency["Rate"] * currency["Balance"]
total = total + currency['BTC']
output += """{Currency}:
output += """*Currency*: {Currency}
*Available*: {Available}
*Balance*: {Balance}
*Pending*: {Pending}