소스 검색

initiaFreezeDog

helium3@sina.com 8 달 전
부모
커밋
d991b09469
1개의 변경된 파일0개의 추가작업 그리고 2개의 파일을 삭제
  1. 0 2
      src/runnnnn.ts

+ 0 - 2
src/runnnnn.ts

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