Skip to content

Commit

Permalink
feat: add waitForAllTransactionsToConfirm method
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelTaylor3D committed Sep 9, 2022
1 parent b549042 commit a41c357
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/datalayer/wallet.js
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,8 @@ const hasUnconfirmedTransactions = async () => {
return data.transactions.some((transaction) => !transaction.confirmed);
}

console.log(data);

return false;
};

Expand Down

0 comments on commit a41c357

Please sign in to comment.