Explorar o código

initiaFreezeDog

helium3@sina.com hai 8 meses
pai
achega
d991b09469
Modificáronse 1 ficheiros con 0 adicións e 2 borrados
  1. 0 2
      src/runnnnn.ts

+ 0 - 2
src/runnnnn.ts

@@ -7,10 +7,8 @@ async function main() {
     where: {},
     where: {},
   })
   })
   await forEachAsync(needRaw, 50, async account => {
   await forEachAsync(needRaw, 50, async account => {
-    console.log(account.address)
     const client = new InitiaClient(account.mnemonic, true)
     const client = new InitiaClient(account.mnemonic, true)
     const res = await client.freezeDogs()
     const res = await client.freezeDogs()
-    console.log(res)
   })
   })
 }
 }