mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-09 00:40:29 +03:00
improve litecoin validation + tests
This commit is contained in:
parent
92f50e5e50
commit
66105de833
2 changed files with 33 additions and 4 deletions
|
|
@ -457,7 +457,7 @@ valuetypes = {
|
|||
["Bitcoin"]),
|
||||
|
||||
FieldValidator("Litecoin address",
|
||||
r'^L[a-zA-Z0-9]{33}$',
|
||||
r'^[LM3][a-km-zA-HJ-NP-Z1-9]{26,33}$',
|
||||
["Litecoin"]),
|
||||
|
||||
FieldValidator("Repo Type",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue