changed polling to invoice listener

- fixed issue #213
This commit is contained in:
Tiago vasconcelos
2021-06-15 12:32:23 +01:00
parent 1e0367a451
commit 1667e60464
5 changed files with 111 additions and 64 deletions
+5
View File
@@ -10,3 +10,8 @@ lnticket_ext: Blueprint = Blueprint(
from .views_api import * # noqa
from .views import * # noqa
from .tasks import register_listeners
from lnbits.tasks import record_async
lnticket_ext.record(record_async(register_listeners))