Skip to content

Commit

Permalink
debug: atomic swap
Browse files Browse the repository at this point in the history
  • Loading branch information
DhananjayPurohit committed Jul 16, 2024
1 parent 5c343fd commit 7e1100c
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 @@ -1122,6 +1122,7 @@ async function atomicSwapSuccess(clientConfig, wallet_1_name, wallet_2_name, wal
console.log("coin transferSend: ", coin4);

let transferReceiveResult = await mercurynodejslib.transferReceive(clientConfig, wallet_3_name);
console.log("transferReceiveResult: ", transferReceiveResult);
assert(transferReceiveResult.isThereBatchLocked === true);

transferReceiveResult = await mercurynodejslib.transferReceive(clientConfig, wallet_4_name);
Expand Down

0 comments on commit 7e1100c

Please sign in to comment.