remove extra check

This commit is contained in:
callebtc 2023-01-05 13:09:48 +01:00
parent 2b46fa6c56
commit e0cbb41bb9

View file

@ -22,8 +22,6 @@ async def wait_for_paid_invoices():
async def on_invoice_paid(payment: Payment) -> None: async def on_invoice_paid(payment: Payment) -> None:
if not payment.extra:
return
if payment.extra.get("tag") != "livestream": if payment.extra.get("tag") != "livestream":
# not a livestream invoice # not a livestream invoice