forked from Public/monero-gui
Merge pull request #1750
2c44d97 transfer: fix amount validation regexp (xiphon)
This commit is contained in:
@@ -151,7 +151,7 @@ Rectangle {
|
|||||||
}
|
}
|
||||||
|
|
||||||
validator: RegExpValidator {
|
validator: RegExpValidator {
|
||||||
regExp: /(.|)(\d{1,8})([.]\d{1,12})?$/
|
regExp: /^(\d{1,8})?([\.]\d{1,12})?$/
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user