oliviersinnaeve / b2bcoin-wallet

B2B Coin Java gui wallet
6 stars 5 forks source link

Decimal separator mismatch #19

Open mtl1979 opened 6 years ago

mtl1979 commented 6 years ago

In "Create payments" tab of GUI wallet, the fee is using dot instead of comma as decimal separator. If user gives transfer amounts using dot as separator, the amount is truncated. The amounts should be verified and rejected if anything else than 0-9 or comma is used in transaction amounts.

oliviersinnaeve commented 6 years ago

This is a locale dependent issue, not every country body uses , as decimal separator, we will set this issue on hold for now .