-
Notifications
You must be signed in to change notification settings - Fork 27
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixed Pending Confirmations Modal (#106)
## Pull Request Title: Improved transaction verification in verifyTx function ## Fixes: #104 ## Issue: The original verifyTx function only checked the transaction status once after a fixed delay, leading to unreliable verification. ## Fix: Refactored the verifyTx function to continuously check the transaction status until confirmation or rejection. Implemented recursive checking using setTimeout for regular status updates. --------- Co-authored-by: Bruno <[email protected]>
- Loading branch information
1 parent
9f778d9
commit 38a657f
Showing
3 changed files
with
30 additions
and
58 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -32,4 +32,4 @@ module.exports = { | |
return webpackConfig; | ||
} | ||
} | ||
}; | ||
}; |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters