You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Adds prompt specific to numbers
The problem with parse int is that even if you pass it something like "1234123asdf" it will return a success and return 1234123.
This is not what we want. We want to make sure that the user has entered a valid number.
We also want to retry the prompt if the user enters an invalid number or a decimal when an integer is expected.
* adding min signers check back:
lint fix
0 commit comments