mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-03-13 11:09:23 +01:00
funding: add explicit log to avoid confusion
This commit is contained in:
parent
6f4a9d8661
commit
1c3cabee7f
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue