From e145bcf2238b9fc484d80ad5fc9f11aa92cb9e3f Mon Sep 17 00:00:00 2001 From: Vlad Stan Date: Wed, 12 Oct 2022 08:27:14 +0300 Subject: [PATCH] chore: add extension by default --- lnbits/extensions/cashu/config.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lnbits/extensions/cashu/config.json b/lnbits/extensions/cashu/config.json index 4f097e8b..e798e2ef 100644 --- a/lnbits/extensions/cashu/config.json +++ b/lnbits/extensions/cashu/config.json @@ -2,5 +2,6 @@ "name": "Cashu Ecash", "short_description": "Ecash mints with LN peg in/out", "icon": "approval", - "contributors": ["arcbtc", "calle"] + "contributors": ["arcbtc", "calle"], + "hidden": true }