mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-05 06:50:29 +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",
|
||||
r'^[a-zA-Z0-9]{27,34}$', None,
|
||||
[ "Bitcoin" ],
|
||||
r'^L[a-zA-Z0-9]{33}$', None,
|
||||
[ "Litecoin" ],
|
||||
[ ]),
|
||||
|
||||
'Bool' : FieldType("Boolean",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue