Skip to content

Commit

Permalink
debug: transferReceive with batch true
Browse files Browse the repository at this point in the history
  • Loading branch information
DhananjayPurohit committed Jul 16, 2024
1 parent 379969f commit 5c343fd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions clients/apps/nodejs/test_basic_workflow2.js
Original file line number Diff line number Diff line change
Expand Up @@ -1475,6 +1475,7 @@ async function atomicSwapWithTimeout(clientConfig, wallet_1_name, wallet_2_name,
let received_statechain_ids_w3 = transferReceiveResult.receivedStatechainIds;
await sleep(20000);

console.log("transferReceiverResult", transferReceiveResult);
assert(transferReceiveResult.isThereBatchLocked === true);

try {
Expand Down

0 comments on commit 5c343fd

Please sign in to comment.