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
In src/components/Fields/UintField.vue file there is incorrect calculation of max Int value, but code is ok.
src/components/Fields/UintField.vue
Int
there is 2^64-1 equals 18446744073709552000, but have to be 18446744073709551615
2^64-1
18446744073709552000
18446744073709551615
minter/src/components/Fields/UintField.vue
Line 23 in c800d77
The text was updated successfully, but these errors were encountered:
No branches or pull requests
In
src/components/Fields/UintField.vue
file there is incorrect calculation of maxInt
value, but code is ok.there is
2^64-1
equals18446744073709552000
, but have to be18446744073709551615
minter/src/components/Fields/UintField.vue
Line 23 in c800d77
The text was updated successfully, but these errors were encountered: