Skip to content

Commit

Permalink
comment
Browse files Browse the repository at this point in the history
  • Loading branch information
0xproflupin committed Feb 2, 2024
1 parent 566088f commit 157f431
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,8 @@ export const SignAndSendAllTransactions: FC = () => {

const results = await signAndSendAllTransactions(transactions, connection, { minContextSlot });
console.log(results);
// Iterate through the results

// Confirm all transactions
(async () => {
await Promise.all(
results.map(async (result) => {
Expand Down

0 comments on commit 157f431

Please sign in to comment.