fundingmanager: fix logging message

This commit is contained in:
Olaoluwa Osuntokun 2017-05-24 17:37:28 -07:00
parent 7d62293d4a
commit 33decbe6ab
No known key found for this signature in database
GPG Key ID: 9CC5B105D03521A2
1 changed files with 1 additions and 1 deletions

View File

@ -950,7 +950,7 @@ func (f *fundingManager) waitForFundingConfirmation(completeChan *channeldb.Open
chanID := lnwire.NewChanIDFromOutPoint(&fundingPoint)
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
// within the database.