fix: do not use lnbits_relay_information

This commit is contained in:
Vlad Stan 2023-02-10 13:40:01 +02:00
parent 9ccd94aae3
commit 0c72f868ed

View file

@ -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(),
} # }