funding: add explicit log to avoid confusion

This commit is contained in:
yyforyongyu 2021-12-14 03:15:04 +08:00
parent 6f4a9d8661
commit 1c3cabee7f
No known key found for this signature in database
GPG key ID: 9BCD95C4FF296868

View file

@ -2786,7 +2786,7 @@ func (f *Manager) annAfterSixConfs(completeChan *channeldb.OpenChannel,
}
log.Debugf("Channel with ChannelPoint(%v), short_chan_id=%v "+
"announced", &fundingPoint, shortChanID)
"sent to gossiper", &fundingPoint, shortChanID)
}
return nil