Skip to content

Commit

Permalink
blink: return checking_id on failure
Browse files Browse the repository at this point in the history
  • Loading branch information
callebtc committed Sep 23, 2024
1 parent 5fa4717 commit 33f92bc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cashu/lightning/blink.py
Original file line number Diff line number Diff line change
Expand Up @@ -238,6 +238,7 @@ async def pay_invoice(
return PaymentResponse(
result=result,
error_message=error_message,
checking_id=quote.request,
)

if resp.get("data", {}).get("lnInvoicePaymentSend", {}).get("transaction", {}):
Expand Down

0 comments on commit 33f92bc

Please sign in to comment.