multi: clarify co-op closure failures.

This commit is contained in:
ziggie
2023-10-12 11:05:01 +02:00
parent 9478b85e59
commit e4dd911778
2 changed files with 10 additions and 3 deletions

View File

@@ -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