This commit is contained in:
callebtc
2022-12-01 12:21:25 +01:00
committed by dni ⚡
parent 12848938e0
commit f390bc8798
+1 -1
View File
@@ -28,6 +28,6 @@ async def wait_for_paid_invoices():
async def on_invoice_paid(payment: Payment) -> None:
if not payment.extra.get("tag") == "cashu":
if payment.extra and not payment.extra.get("tag") == "cashu":
return
return