mirror of
https://github.com/lnbits/lnbits.git
synced 2025-06-01 02:29:50 +02:00
Update lnbits/extensions/splitpayments/tasks.py
Co-authored-by: calle <93376500+callebtc@users.noreply.github.com>
This commit is contained in:
parent
bc0d86c771
commit
aaecb2b381
@ -20,8 +20,6 @@ async def wait_for_paid_invoices():
|
||||
|
||||
|
||||
async def on_invoice_paid(payment: Payment) -> None:
|
||||
if not payment.extra:
|
||||
return
|
||||
|
||||
if payment.extra.get("tag") == "splitpayments" or payment.extra.get("splitted"):
|
||||
# already a splitted payment, ignore
|
||||
|
Loading…
x
Reference in New Issue
Block a user