lnurlp webhooks.

This commit is contained in:
fiatjaf
2020-10-04 12:04:49 -03:00
parent 04222f1f01
commit 74117ffc57
8 changed files with 157 additions and 83 deletions
+1
View File
@@ -6,6 +6,7 @@ lnurlp_ext: Blueprint = Blueprint("lnurlp", __name__, static_folder="static", te
from .views_api import * # noqa
from .views import * # noqa
from .lnurl import * # noqa
from .tasks import on_invoice_paid
from lnbits.core.tasks import register_invoice_listener