[0.5HR][20 GHOST] Validation error on send amount
Opened this issue · 2 comments
reborn1002 commented
If you input .1
in the amount box instead of 0.1
it says it's an invalid amount
redbrickred commented
Suspect:
src/app/wallet/wallet/send/send.component.html calls checkAmount()
src/app/wallet/wallet/send/send.component.ts has checkAmount() which calls verifyAmount() function.
There is some commented out code in this function, last notable change was this fix:
b167fd4
Tizymandias commented
I believe this can now be closed if this is included in PR #129