Simon Lee 11 months ago
parent
commit
ef0fb08b19
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      TC2/start.ts

+ 1
- 1
TC2/start.ts View File

@@ -262,7 +262,7 @@ console.log(`목적 서버 : ${gateWay}`);

async function main() {
//spareToken('BCG_TEST');
transfer(holder1,'BCG_TEST',holder2, holder1,1, 1000);
transfer(holder1,'BCG_TEST',holder2, holder1,1, 1);
}

main();

Loading…
Cancel
Save