Skip to content
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

bugfix/speedup cancel transaction #249

Merged
merged 3 commits into from
Jul 27, 2020

Conversation

estebanmino
Copy link
Contributor

There was a bug that it could be seen on mobile, where a speedup transaction action would end up on insufficient funds for gas * price + value error because the conversion was taking decimals (float) as wei for that transaction. This PR ignores that and only takes the int part of the new gasPrice that it will be used to try to speed up or cancel a transaction.

@estebanmino estebanmino requested a review from a team as a code owner July 15, 2020 23:04
@estebanmino estebanmino merged commit 9fd721c into develop Jul 27, 2020
@estebanmino estebanmino deleted the bugfix/speedup-cancel-transaction branch July 27, 2020 16:37
MajorLift pushed a commit that referenced this pull request Oct 11, 2023
MajorLift pushed a commit that referenced this pull request Oct 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants