mirror of
https://github.com/monero-project/monero-gui.git
synced 2025-01-10 21:04:32 +00:00
Merge pull request #1750
2c44d97
transfer: fix amount validation regexp (xiphon)
This commit is contained in:
commit
45781ab4a1
1 changed files with 1 additions and 1 deletions
|
@ -151,7 +151,7 @@ Rectangle {
|
|||
}
|
||||
|
||||
validator: RegExpValidator {
|
||||
regExp: /(.|)(\d{1,8})([.]\d{1,12})?$/
|
||||
regExp: /^(\d{1,8})?([\.]\d{1,12})?$/
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue