mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-08 16:30:28 +03:00
Merge branch 'litecoin' into 'master'
fix litecoin address regex See merge request fdroid/fdroidserver!1441
This commit is contained in:
commit
091fe9b260
1 changed files with 1 additions and 1 deletions
|
|
@ -433,7 +433,7 @@ valuetypes = {
|
||||||
["Bitcoin"]),
|
["Bitcoin"]),
|
||||||
|
|
||||||
FieldValidator("Litecoin address",
|
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"]),
|
["Litecoin"]),
|
||||||
|
|
||||||
FieldValidator("Repo Type",
|
FieldValidator("Repo Type",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue