mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-05 15:00:30 +03:00
Fix litecoin metadata check
This commit is contained in:
parent
55492655a5
commit
85a2d64bdd
1 changed files with 2 additions and 2 deletions
|
|
@ -88,8 +88,8 @@ valuetypes = {
|
||||||
[ ]),
|
[ ]),
|
||||||
|
|
||||||
'litecoin' : FieldType("Litecoin address",
|
'litecoin' : FieldType("Litecoin address",
|
||||||
r'^[a-zA-Z0-9]{27,34}$', None,
|
r'^L[a-zA-Z0-9]{33}$', None,
|
||||||
[ "Bitcoin" ],
|
[ "Litecoin" ],
|
||||||
[ ]),
|
[ ]),
|
||||||
|
|
||||||
'Bool' : FieldType("Boolean",
|
'Bool' : FieldType("Boolean",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue