1
0
mirror of https://gitlab.com/fdroid/fdroidserver.git synced 2024-08-16 19:30:09 +02:00

Fix litecoin metadata check

This commit is contained in:
Daniel Martí 2013-12-10 23:26:54 +01:00
parent 55492655a5
commit 85a2d64bdd

View File

@ -88,8 +88,8 @@ valuetypes = {
[ ]),
'litecoin' : FieldType("Litecoin address",
r'^[a-zA-Z0-9]{27,34}$', None,
[ "Bitcoin" ],
r'^L[a-zA-Z0-9]{33}$', None,
[ "Litecoin" ],
[ ]),
'Bool' : FieldType("Boolean",