Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Co-authored-by: aspect <[email protected]>
  • Loading branch information
TheAlan404 and aspect authored Jan 18, 2024
1 parent d87a319 commit 628d969
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions wasm/nodejs/generator.js
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ const { encoding, networkId, destinationAddress: destinationAddressArg } = requi
// sequence of transactions
// for a requested amount of KAS.
// sign and submit these transactions
let pending;
while (pending = await generator.next()) {
await pending.sign([privateKey]);
let txid = await pending.submit(rpc);
Expand Down

0 comments on commit 628d969

Please sign in to comment.