We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Default gas is like 2000000. If you highlight that 2 and delete it, before you can type 3 or something, the input is mutated to be simply 0.
2000000
2
3
0
We shouldn't mutate user input. We should simply interpret it as best as we can, giving warnings & errors accordingly.
The text was updated successfully, but these errors were encountered:
danfinlay
No branches or pull requests
Default gas is like
2000000
. If you highlight that2
and delete it, before you can type3
or something, the input is mutated to be simply0
.We shouldn't mutate user input. We should simply interpret it as best as we can, giving warnings & errors accordingly.
The text was updated successfully, but these errors were encountered: