Skip to content

Commit

Permalink
debug: coin deposition
Browse files Browse the repository at this point in the history
  • Loading branch information
DhananjayPurohit committed Jun 12, 2024
1 parent 67e0c2d commit 1539c9f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions clients/apps/nodejs/test_basic_workflow2.js
Original file line number Diff line number Diff line change
Expand Up @@ -850,10 +850,10 @@ async function interruptTransferReceiveWithMercuryServerUnavailability(clientCon
// console.log("Completed test for Transfer-sender after transfer-receiver");

// // Deposit of 1000 coins in same wallet, and transfer each one 1000 times
// let wallet_7_name = "w7";
// await createWallet(clientConfig, wallet_7_name);
// await depositAndTransfer(clientConfig, wallet_7_name);
// console.log("Completed test for Deposit of 1000 coins in same wallet, and transfer each one 1000 times");
let wallet_7_name = "w7";
await createWallet(clientConfig, wallet_7_name);
await depositAndTransfer(clientConfig, wallet_7_name);
console.log("Completed test for Deposit of 1000 coins in same wallet, and transfer each one 1000 times");

// Test for interruption of transferSend before sign first
let wallet_8_name = "w8";
Expand Down

0 comments on commit 1539c9f

Please sign in to comment.