mirror of
https://github.com/aljazceru/breez-lnd.git
synced 2026-02-22 23:14:19 +01:00
In this commit, we add an additional case when handling a failed commitment signature. If we detect that it’s a InvalidCommitSigError, then we’ll send over an lnwire.Error message with the full details. We don’t yet properly dispatch this error on the reciting side, but that will be done in a follow up a commit.