hsjoberg / blixt-wallet

Bitcoin Lightning Wallet with focus on usability and user experience
https://blixtwallet.github.io
MIT License
388 stars 68 forks source link

Investigate payments reported as failed when they succeeded #1459

Open hsjoberg opened 2 months ago

hsjoberg commented 2 months ago

We've had users reporting that payments showing up as failed in the transaction log when they in fact succeeded by lnd, indicating a desync between our tx database and lnd's.

Probably something wrong in checkOpenTransactions() inside src/state/Transactions.