mirror of
https://github.com/lightningnetwork/lnd.git
synced 2026-08-20 13:27:27 +02: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. |
||
|---|---|---|
| .. | ||
| circuit.go | ||
| circuit_test.go | ||
| failure.go | ||
| interfaces.go | ||
| iterator.go | ||
| link.go | ||
| link_test.go | ||
| log.go | ||
| mailbox.go | ||
| mailbox_test.go | ||
| mock.go | ||
| packet.go | ||
| queue.go | ||
| queue_test.go | ||
| switch.go | ||
| switch_test.go | ||
| test_utils.go | ||