From bffd7a819f501188eff421c61a1f663595ef8d56 Mon Sep 17 00:00:00 2001 From: linsui Date: Tue, 2 May 2023 19:44:44 +0800 Subject: [PATCH] schema: fix litecoin address regex --- schemas/metadata.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/schemas/metadata.json b/schemas/metadata.json index 7d08027538..8dbaef626f 100644 --- a/schemas/metadata.json +++ b/schemas/metadata.json @@ -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.",