DevYK пре 3 година
родитељ
комит
e6d10b4e2e
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      model/moralis_sdk.js

+ 1 - 1
model/moralis_sdk.js

@@ -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);