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

Displayed max value for transactions is not correct #213

Open
HakonHesselberg opened this issue Dec 9, 2019 · 1 comment
Open

Displayed max value for transactions is not correct #213

HakonHesselberg opened this issue Dec 9, 2019 · 1 comment
Labels
bug Something isn't working

Comments

@HakonHesselberg
Copy link
Contributor

Describe the bug
If a too high Amount is chosen for a transaction, the following message is shown:
Ensure this value is less than or equal to 2147483647.
This number is way too high for what is allowed.

Screenshots
image

@HakonHesselberg HakonHesselberg added the bug Something isn't working label Dec 9, 2019
@erikskaar
Copy link
Contributor

It seems to only allow 21 474 836 as the max value which might be relevant to the fact that the number is * 100 when submitted.

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants