1
0
Fork 0
mirror of https://github.com/ACINQ/eclair.git synced 2025-02-23 22:46:44 +01:00
eclair/eclair-core
Bastien Teinturier c7e47ba751
Propagate next remote commit failed htlcs upstream (#2718)
When our peer fails HTLCs, we only propagate the failure upstream once
we've received their revocation for the previous commitment (because they
could otherwise publish the previous commitment and claim those HTLCs).

If they publish the new commitment without sending us their revocation,
we previously didn't propagate the failure upstream, which leads to an
unnecessary force-close. We now correctly handle this scenario.
2023-08-16 17:08:58 +02:00
..
src Propagate next remote commit failed htlcs upstream (#2718) 2023-08-16 17:08:58 +02:00
eclair-cli Add closedchannels RPC (#2642) 2023-06-02 11:38:58 +02:00
pom.xml Update dependencies (#2710) 2023-07-13 12:41:45 +02:00