|
@@ -55,6 +55,11 @@ async function startCheck(concurrency) {
|
|
|
const client = new InitiaClient(account.mnemonic, true)
|
|
|
const gasGot = await client.gasGot()
|
|
|
if (!gasGot) {
|
|
|
+ console.log()
|
|
|
+ await DBClient.instance.randomTask2.update({
|
|
|
+ where: { id: account.id },
|
|
|
+ data: { finish: -1 },
|
|
|
+ })
|
|
|
return
|
|
|
}
|
|
|
if (randomPick === 1) {
|