mirror of
https://gitlab.com/fdroid/fdroidserver.git
synced 2024-11-04 14:30:11 +01:00
Fix litecoin metadata check
This commit is contained in:
parent
55492655a5
commit
85a2d64bdd
@ -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…
Reference in New Issue
Block a user