started working on payment listeners

This commit is contained in:
Kristjan
2021-01-02 20:49:39 +01:00
parent be0f853346
commit 8a7652c06f
2 changed files with 52 additions and 0 deletions
+5
View File
@@ -8,3 +8,8 @@ subdomains_ext: Blueprint = Blueprint("subdomains", __name__, static_folder="sta
from .views_api import * # noqa
from .views import * # noqa
from .tasks import register_listeners
from lnbits.tasks import record_async
subdomains_ext.record(record_async(register_listeners))