Skip to content
This repository has been archived by the owner on Jun 8, 2019. It is now read-only.

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
krboktv committed Feb 17, 2019
1 parent 1838a17 commit 9152099
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion telegram/handlers/handler.js
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ async function getBalances(ctx) {
`*Ropsten Ethereum:* ${balanceETHRopsten/1e18} or ${(Number(await utils.course.convert("ETH", "USD", balanceETHRopsten/1e18)))}$\n\n`+
`*BTC:* ${btcBalance} or ${(Number(await utils.course.convert("BTC", "USD", btcBalance)))}$\n\n`+
`*xDAI:* ${balanceXDai/1e18} or ${(Number(await utils.course.convert("XDAI", "USD", balanceXDai/1e18)))}$\n\n`+
`*BUFF:* ${buffBalance} or ${Number(buffBalance)}$\n\\n`;
`*BUFF:* ${buffBalance} or ${Number(buffBalance)}$\n\n`;
let counter = 0;
for (let i in tokensTickers) {
msg += `*${tokensTickers[i]}:* ${Number(tokenBalances[counter])/1e18}\n\n`;
Expand Down

0 comments on commit 9152099

Please sign in to comment.