Merge pull request #433 from arcbtc/FastAPI

fixed lnaddress for testing
This commit is contained in:
Arc 2021-11-24 11:22:25 +00:00 committed by GitHub
commit d93aecf960
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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))