chore: disable extension by default

This commit is contained in:
Vlad Stan 2022-10-12 08:32:41 +03:00 committed by dni ⚡
parent e145bcf223
commit be3bef6da8
2 changed files with 8 additions and 1 deletions

View File

@ -3,5 +3,5 @@
"short_description": "Ecash mints with LN peg in/out",
"icon": "approval",
"contributors": ["arcbtc", "calle"],
"hidden": true
"hidden": false
}

View File

@ -0,0 +1,7 @@
{
"name": "Cashu Ecash",
"short_description": "Ecash mints with LN peg in/out",
"icon": "approval",
"contributors": ["arcbtc", "calle"],
"hidden": true
}