1
0
Fork 0
mirror of https://github.com/ACINQ/eclair.git synced 2025-03-14 03:48:13 +01:00
eclair/eclair-core
Bastien Teinturier 3bd3d07369
Send batch_size on commit_sig retransmit (#2809)
If we get disconnected after sending `commit_sig`, we will retransmit
that message when reconnecting if our peer has not received it.

When we have multiple commitments, we need to retransmit one message
per commitment, and include the `batch_size` tlv.

We incorrectly stored `commit_sig` without the `batch_size` tlv in the
next remote commit field, and thus retransmitted without that tlv.
2024-01-10 15:05:40 +01:00
..
src Send batch_size on commit_sig retransmit (#2809) 2024-01-10 15:05:40 +01:00
eclair-cli FIX eclair-cli error code in case of HTTP problem (#2798) 2024-01-02 10:39:07 +01:00
pom.xml Update logback-classic (#2796) 2023-12-06 15:09:11 +01:00