From 53e0b4bfd729a8b318e0ab0c2d57fe0877daa1be Mon Sep 17 00:00:00 2001 From: "Ygsk Lv.212" <3891200-ygsk-tor@users.noreply.gitlab.com> Date: Sun, 16 Nov 2025 02:34:41 +0000 Subject: [PATCH] Fix LTC regex according to BIP-173 --- schemas/metadata.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/schemas/metadata.json b/schemas/metadata.json index 61b87ec663..687b0366d3 100644 --- a/schemas/metadata.json +++ b/schemas/metadata.json @@ -315,7 +315,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-z0-9]{39})$" + "pattern": "^([LM3][a-km-zA-HJ-NP-Z1-9]{26,33}|ltc1[ac-hj-np-z0-9]{39})$" }, "Name": { "description": "The title of the application, with optional descriptive phrase.",