ghost-coin/ghost-desktop

[0.5HR][20 GHOST] Validation error on send amount

Opened this issue · 2 comments

If you input .1 in the amount box instead of 0.1 it says it's an invalid amount

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

I believe this can now be closed if this is included in PR #129