chore: diff

This commit is contained in:
Vlad Stan 2025-02-05 17:03:13 +02:00
parent b24a65cf2a
commit 5de5082c63

View file

@ -444,7 +444,7 @@ async def _pay_internal_invoice(
returns None if the payment is not internal. returns None if the payment is not internal.
""" """
# check_internal() returns the payment of the invoice we're waiting for # check_internal() returns the payment of the invoice we're waiting for
# (pending only)
internal_payment = await check_internal( internal_payment = await check_internal(
create_payment_model.payment_hash, conn=conn create_payment_model.payment_hash, conn=conn
) )