This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
jongheeda
/
TTA-Cert
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
w
master
Simon Lee
11 months ago
parent
63648efb6e
commit
ef0fb08b19
1 changed files
with
1 additions
and
1 deletions
Split View
Show Diff Stats
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, 1
000
);
transfer(holder1,'BCG_TEST',holder2, holder1,1, 1);
}
main();
Write
Preview
Loading…
Cancel
Save