mirror of
https://github.com/f-droid/fdroidserver.git
synced 2026-05-18 21:47:19 -04:00
Fix litecoin metadata check
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user