Browse Source

拿到 nonce 再等待 15s

DevYK 3 năm trước cách đây
mục cha
commit
b17cf37a89
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      routes/sdk.js

+ 1 - 1
routes/sdk.js

@@ -149,7 +149,7 @@ async function withdraw_task() {
                                 await utils.sleep(10000)
                             } else {
                                 logger.log('等待3s');
-                                await utils.sleep(5000)
+                                await utils.sleep(15000)
                                 break
                             }
                         } else {