mirror of
https://github.com/ACINQ/eclair.git
synced 2025-03-14 03:48:13 +01:00
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. |
||
---|---|---|
.. | ||
src | ||
eclair-cli | ||
pom.xml |