Merge branch 'v0-16-1-branch-rc1-7604' into v0-16-1-branch-rc1

This commit is contained in:
Olaoluwa Osuntokun 2023-04-18 18:27:05 -07:00
commit a49671d076
2 changed files with 6 additions and 1 deletions

View file

@ -76,6 +76,9 @@ available](https://github.com/lightningnetwork/lnd/pull/7529).
* [Put back P2TR as default change type
in batch_open_channel](https://github.com/lightningnetwork/lnd/pull/7603).
* [Fix log output](https://github.com/lightningnetwork/lnd/pull/7604).
# Contributors (Alphabetical Order)

View file

@ -398,7 +398,9 @@ func (m *ChanStatusManager) processEnableRequest(outpoint wire.OutPoint,
// Channel is already enabled, nothing to do.
case ChanStatusEnabled:
log.Debugf("Channel(%v) already enabled, skipped announcement")
log.Debugf("Channel(%v) already enabled, skipped "+
"announcement", outpoint)
return nil
// The channel is enabled, though we are now canceling the scheduled