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

Don't allow for zero in custom gas price #1750

Merged
merged 1 commit into from
Aug 5, 2020

Conversation

rickycodes
Copy link
Member

@rickycodes rickycodes commented Aug 4, 2020

this fixes the issue for when a user inputs 0 for custom gas price. however I don't know if this is how we should be patching this? seems odd that we're not treating the input value as a int here?

@rickycodes rickycodes requested a review from a team as a code owner August 4, 2020 23:59
@rickycodes rickycodes added needs-dev-review PR needs reviews from other engineers (in order to receive required approvals) needs-qa Any New Features that needs a full manual QA prior to being added to a release. labels Aug 5, 2020
Copy link
Contributor

@ibrahimtaveras00 ibrahimtaveras00 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

QA Passed 👍

@ibrahimtaveras00 ibrahimtaveras00 added QA Passed A successful QA run through has been done and removed needs-qa Any New Features that needs a full manual QA prior to being added to a release. labels Aug 5, 2020
@ibrahimtaveras00 ibrahimtaveras00 merged commit f1631ac into develop Aug 5, 2020
@ibrahimtaveras00 ibrahimtaveras00 deleted the feature/no-zero-value branch August 5, 2020 22:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
needs-dev-review PR needs reviews from other engineers (in order to receive required approvals) QA Passed A successful QA run through has been done
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants