Simon Lee 1 anno fa
parent
commit
b2e0221ac0
1 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  1. 2
    2
      TC3/start.ts

+ 2
- 2
TC3/start.ts Vedi File

@@ -69,7 +69,7 @@ async function readHealth(symbol:string, holder: Wallet, count: number = 100): P
assert(count == resolved.length);
resolved.forEach(b => {
//console.log(b.data);
console.log(b);
//console.log(b);
});

const end = Date.now();
@@ -138,7 +138,7 @@ const holder2 = new Wallet('0xac0974bec39a17e36ba4a6b4d238ff944bacb478cbed5efcae
console.log(`목적 서버 : ${gateWay}`);

async function main() {
await readHealth('BCG_TEST',holder1,10);
await readHealth('BCG_TEST',holder1,5000);
//await readTest('BCG_TEST',holder1,1000);
}

Loading…
Annulla
Salva