chore: disable extension by default
This commit is contained in:
parent
c83b4b6737
commit
af3f1a82cb
2 changed files with 8 additions and 1 deletions
|
|
@ -3,5 +3,5 @@
|
|||
"short_description": "Ecash mints with LN peg in/out",
|
||||
"icon": "approval",
|
||||
"contributors": ["arcbtc", "calle"],
|
||||
"hidden": true
|
||||
"hidden": false
|
||||
}
|
||||
|
|
|
|||
7
lnbits/extensions/cashu/config.json.example
Normal file
7
lnbits/extensions/cashu/config.json.example
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
"name": "Cashu Ecash",
|
||||
"short_description": "Ecash mints with LN peg in/out",
|
||||
"icon": "approval",
|
||||
"contributors": ["arcbtc", "calle"],
|
||||
"hidden": true
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue