From 8596fc6faa3fb60d7e383b43d029da280280b257 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?dni=20=E2=9A=A1?= Date: Thu, 17 Oct 2024 09:55:30 +0200 Subject: [PATCH] fixup! --- lnbits/core/services.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/lnbits/core/services.py b/lnbits/core/services.py index f798ba497..a6d0be7b7 100644 --- a/lnbits/core/services.py +++ b/lnbits/core/services.py @@ -338,8 +338,6 @@ async def _pay_external_invoice( if payment_response.checking_id and payment_response.ok is not False: # payment.ok can be True (paid) or None (pending)! logger.debug(f"updating payment {checking_id}") - # TODO: why? we log a warning on an unexpected checking_id - # should that be handled? # new checking id payment.checking_id = payment_response.checking_id payment.status = (