mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-09-23 08:11:48 +02:00
multi: clarify co-op closure failures.
This commit is contained in:
@@ -1267,6 +1267,10 @@ func (l *channelLink) htlcManager() {
|
||||
return
|
||||
}
|
||||
|
||||
l.log.Infof("Channel is in an unclean state " +
|
||||
"(lingering updates), graceful shutdown of " +
|
||||
"channel link not possible")
|
||||
|
||||
// Otherwise, the channel has lingering updates, send
|
||||
// an error and continue.
|
||||
req.err <- ErrLinkFailedShutdown
|
||||
|
Reference in New Issue
Block a user