fundingmanager: fix logging message
This commit is contained in:
parent
7d62293d4a
commit
33decbe6ab
@ -950,7 +950,7 @@ func (f *fundingManager) waitForFundingConfirmation(completeChan *channeldb.Open
|
|||||||
chanID := lnwire.NewChanIDFromOutPoint(&fundingPoint)
|
chanID := lnwire.NewChanIDFromOutPoint(&fundingPoint)
|
||||||
|
|
||||||
fndgLog.Infof("ChannelPoint(%v) is now active: ChannelID(%x)",
|
fndgLog.Infof("ChannelPoint(%v) is now active: ChannelID(%x)",
|
||||||
fundingPoint, chanID)
|
fundingPoint, chanID[:])
|
||||||
|
|
||||||
// Now that the channel has been fully confirmed, we'll mark it as open
|
// Now that the channel has been fully confirmed, we'll mark it as open
|
||||||
// within the database.
|
// within the database.
|
||||||
|
Loading…
Reference in New Issue
Block a user