Fix LTC regex according to BIP-173

This commit is contained in:
Ygsk Lv.212 2025-11-16 02:34:41 +00:00 committed by linsui
parent 007b72bcff
commit 53e0b4bfd7

View file

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