Commit 3f3c79f2 authored by Ahmad Nemati's avatar Ahmad Nemati

git pull

parent 0540fc59
......@@ -158,7 +158,7 @@ async function init() {
async function balanceUpdater() {
try {
let d = await exchange.balance()
let d = await exchange.fetchBalance()
if (d.info.result.USDT.equity !== balance) {
balance = d.info.result.USDT.equity
appendBalanceProfitLog(balance)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment