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