mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-08 08:20:28 +03:00
fix litecoin address regex
This commit is contained in:
parent
c5d4b5b991
commit
7913df25ba
1 changed files with 1 additions and 1 deletions
|
|
@ -433,7 +433,7 @@ valuetypes = {
|
|||
["Bitcoin"]),
|
||||
|
||||
FieldValidator("Litecoin address",
|
||||
r'^([LM3][a-km-zA-HJ-NP-Z1-9]{26,33}|ltc1[a-km-z0-9]{39})$',
|
||||
r'^([LM3][a-km-zA-HJ-NP-Z1-9]{26,33}|ltc1[a-z0-9]{39})$',
|
||||
["Litecoin"]),
|
||||
|
||||
FieldValidator("Repo Type",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue