fix: do not use lnbits_relay_information
This commit is contained in:
parent
9ccd94aae3
commit
0c72f868ed
1 changed files with 5 additions and 5 deletions
10
__init__.py
10
__init__.py
|
|
@ -26,8 +26,8 @@ from .models import NostrRelay
|
||||||
from .views import * # noqa
|
from .views import * # noqa
|
||||||
from .views_api import * # noqa
|
from .views_api import * # noqa
|
||||||
|
|
||||||
settings.lnbits_relay_information = {
|
# settings.lnbits_relay_information = {
|
||||||
"name": "LNbits Nostr Relay",
|
# "name": "LNbits Nostr Relay",
|
||||||
"description": "Multiple relays are supported",
|
# "description": "Multiple relays are supported",
|
||||||
**NostrRelay.info(),
|
# **NostrRelay.info(),
|
||||||
}
|
# }
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue