Skip to content

Commit

Permalink
fix: trigger restart invoices issue
Browse files Browse the repository at this point in the history
  • Loading branch information
dolcalmi authored and Nicolas Burtey committed Sep 14, 2023
1 parent fc27d2f commit ceddf6e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/servers/trigger.ts
Original file line number Diff line number Diff line change
Expand Up @@ -337,6 +337,9 @@ export const setupInvoiceSubscribe = ({
})

listenerExistingHodlInvoices({ lnd, pubkey })

// Update existing pending invoices
Wallets.handleHeldInvoices(logger)
}

export const setupPaymentSubscribe = async ({
Expand Down

0 comments on commit ceddf6e

Please sign in to comment.