lightninglabs / lightning-terminal

Lightning Terminal: Your Home for Lightning Liquidity
MIT License
487 stars 82 forks source link

accounts: don't error out on payment not initiated #640

Closed guggero closed 10 months ago

guggero commented 10 months ago

Fixes https://github.com/lightninglabs/lightning-terminal/issues/638.

It can happen that we see the payment request for a payment coming in, register it, but then it is failed on the lnd level and basically never exists in the DB. In that case we can just stop tracking the payment.