Merge pull request #1750

2c44d97 transfer: fix amount validation regexp (xiphon)
This commit is contained in:
luigi1111 2018-11-25 18:37:41 -06:00
commit 45781ab4a1
No known key found for this signature in database
GPG key ID: F4ACA0183641E010

View file

@ -151,7 +151,7 @@ Rectangle {
}
validator: RegExpValidator {
regExp: /(.|)(\d{1,8})([.]\d{1,12})?$/
regExp: /^(\d{1,8})?([\.]\d{1,12})?$/
}
}
}