1
0
mirror of https://github.com/ACINQ/eclair.git synced 2024-11-19 09:54:02 +01:00
eclair/eclair-core
Bastien Teinturier 0fa44534d3
Ignore non-relayed incoming HTLCs when closing (#2672)
If we force-close with HTLCs that have just been signed by our peer but
for which we haven't received their revocation, we should ignore them.
We have not relayed those HTLCs so they can't be fulfilled. It is our
peer's responsibility to claim them on-chain (using their HTLC-timeout),
but if for some reason they don't claim it, we don't want the channel to
be stuck in the closing state.

Fixes #2669
2023-05-25 15:38:51 +02:00
..
src Ignore non-relayed incoming HTLCs when closing (#2672) 2023-05-25 15:38:51 +02:00
eclair-cli Add cpfp-bump-fees API (#1783) 2023-05-04 18:20:27 +02:00
pom.xml Update to bitcoind 23.2 (#2664) 2023-05-22 10:04:43 +02:00