-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: get TTKN appears duplicated transaction #266
fix: get TTKN appears duplicated transaction #266
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Codecov Report
📣 This organization is not using Codecov’s GitHub App Integration. We recommend you install it so Codecov can continue to function properly for your repositories. Learn more @@ Coverage Diff @@
## develop #266 +/- ##
==========================================
Coverage ? 65.26%
==========================================
Files ? 39
Lines ? 6161
Branches ? 236
==========================================
Hits ? 4021
Misses ? 2137
Partials ? 3 Continue to review full report at Codecov.
|
I didn't see the conversation last day in #197, sorry about that. This issue is not detailed enough, but I remember it was about state management. In the current version, a user can click the If it was, for the |
yes, That's the problem From what you've said, it's possible to add a click rate control to the button, but it would take about 5 seconds to avoid this problem.Whether this will affect the user experience, click no response |
When the user refreshes the page, the status of the button will become invalid, and you can continue to click. Of course, this does not necessarily happen But I think simple error prompt is an effective way to avoid introducing more complexity |
Discribe
Currently, there is no better solution to avoid
double spend
when constructing transactions, so use the simplest error prompt for processingRelated problem