1
0
mirror of https://github.com/ACINQ/eclair.git synced 2024-11-19 09:54:02 +01:00
eclair/eclair-core/src
Bastien Teinturier c73db8479c
Ignore lnd's internal errors (#2659)
It seems like lnd sends this error whenever something wrong happens on
their side, regardless of whether the channel actually needs to be closed.
We ignore it to avoid paying the cost of a channel force-close, it's up
to them to broadcast their commitment if they wish.

See https://github.com/lightningnetwork/lnd/issues/7657 for example.
2023-05-17 08:39:19 +02:00
..
main Ignore lnd's internal errors (#2659) 2023-05-17 08:39:19 +02:00
test Ignore lnd's internal errors (#2659) 2023-05-17 08:39:19 +02:00