mirror of
https://github.com/monero-project/monero-gui.git
synced 2025-01-28 18:56:32 +02:00
Merge pull request #1750
2c44d97
transfer: fix amount validation regexp (xiphon)
This commit is contained in:
commit
45781ab4a1
@ -151,7 +151,7 @@ Rectangle {
|
|||||||
}
|
}
|
||||||
|
|
||||||
validator: RegExpValidator {
|
validator: RegExpValidator {
|
||||||
regExp: /(.|)(\d{1,8})([.]\d{1,12})?$/
|
regExp: /^(\d{1,8})?([\.]\d{1,12})?$/
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user