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
Native locales support other than dot character for decimal separator. Current BIGINT library used by Etherwall asserts an error if anything but dot is used.
Cases needed to be considered:
1.234 1,234 1.234,567
The text was updated successfully, but these errors were encountered:
Native locales support other than dot character for decimal separator. Current BIGINT library used by Etherwall asserts an error if anything but dot is used.
Cases needed to be considered:
1.234
1,234
1.234,567
The text was updated successfully, but these errors were encountered: