@@ -201,7 +201,7 @@ async function getAccountBalances(options) {
tryCount -= 1;
await utils.sleep(delay)
delay += interval
-
+ logger.error('getBalances error:', JSON.stringify(options), "重试:" + tryCount +"次")
}
} while (tryCount >= 1);