Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
TheAlan404 committed Jan 17, 2024
1 parent cb2a072 commit ed23f3e
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 ed23f3e

Please sign in to comment.