Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Clarify
splice_locked
retransmission on reconnect
When we reconnect, we send `splice_locked` for the latest splice that reached acceptable depth. To avoid sending `splice_locked` at every reconnection, we omit it if the `commitment_number` has progressed since the last time we sent `splice_locked`, which implicitly means that our peer received our `splice_locked` since they stored more recent updates to the channel.
- Loading branch information