schema: fix litecoin address regex

This commit is contained in:
linsui 2023-05-02 19:44:44 +08:00 committed by linsui
parent 7cd7520a48
commit bffd7a819f

View file

@ -274,7 +274,7 @@
"Litecoin": {
"description": "A Litecoin address for donating to the project.",
"type": "string",
"pattern": "^([LM3][a-km-zA-HJ-NP-Z1-9]{26,33}|ltc1[a-km-z]{39})$"
"pattern": "^([LM3][a-km-zA-HJ-NP-Z1-9]{26,33}|ltc1[a-km-z0-9]{39})$"
},
"Name": {
"description": "The title of the application, with optional descriptive phrase.",