mirror of
https://github.com/status-im/status-desktop.git
synced 2025-02-04 18:55:44 +00:00
a9fd4513aa
Validation check is updated, so user cannot enter zero or less than zero value in amount input field. Also in utils.nim a crash prevention check is added so if we try to convert a less than zero float number to an unsigned number, app won't crash any more, but that casting will return a zero as unsigned int number. Fixes: #2755