Skip to content

Commit

Permalink
fix #330 (#397)
Browse files Browse the repository at this point in the history
Co-authored-by: aspect <anton.yemelyanov@gmail.com>
  • Loading branch information
TheAlan404 and aspect authored Jan 18, 2024
1 parent da9e2b7 commit d4ddaf3
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 d4ddaf3

Please sign in to comment.