Skip to content

Commit

Permalink
up
Browse files Browse the repository at this point in the history
  • Loading branch information
boufni95 committed Apr 24, 2024
1 parent fb09c85 commit 565b5d0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/services/lnd/lnd.ts
Original file line number Diff line number Diff line change
Expand Up @@ -292,6 +292,7 @@ export default class {
stream.responses.onMessage(payment => {
switch (payment.status) {
case Payment_PaymentStatus.FAILED:
console.log(payment)
this.log("invoice payment failed", payment.failureReason)
rej(PaymentFailureReason[payment.failureReason])
return
Expand Down

0 comments on commit 565b5d0

Please sign in to comment.