mirror of
https://github.com/lnbits/lnbits.git
synced 2025-04-22 22:44:26 +02:00
Merge pull request #433 from arcbtc/FastAPI
fixed lnaddress for testing
This commit is contained in:
commit
d93aecf960
@ -23,6 +23,6 @@ from .views import * # noqa
|
||||
from .views_api import * # noqa
|
||||
|
||||
|
||||
def lnurlp_start():
|
||||
def lnaddress_start():
|
||||
loop = asyncio.get_event_loop()
|
||||
loop.create_task(catch_everything_and_restart(wait_for_paid_invoices))
|
||||
|
Loading…
x
Reference in New Issue
Block a user