Skip to content

Commit

Permalink
feat: add wallet_id to get_transactions call
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelTaylor3D committed Sep 9, 2022
1 parent c3651a4 commit 0cdc61e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/datalayer/wallet.js
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,7 @@ const waitForAllTransactionsToConfirm = async () => {
return waitForAllTransactionsToConfirm();
}

await new Promise((resolve) => setTimeout(resolve(), 15000));
return true;
};

Expand Down

0 comments on commit 0cdc61e

Please sign in to comment.