mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-12 02:00:28 +03:00
add litecoin address native segwit format
This commit is contained in:
parent
2135a9e7fb
commit
1a0a0a1839
2 changed files with 7 additions and 2 deletions
|
|
@ -430,7 +430,7 @@ valuetypes = {
|
|||
["Bitcoin"]),
|
||||
|
||||
FieldValidator("Litecoin address",
|
||||
r'^[LM3][a-km-zA-HJ-NP-Z1-9]{26,33}$',
|
||||
r'^([LM3][a-km-zA-HJ-NP-Z1-9]{26,33}|ltc1[a-km-z0-9]{39})$',
|
||||
["Litecoin"]),
|
||||
|
||||
FieldValidator("Repo Type",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue