mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-02-22 14:22:37 +01:00
fundingmanager: fix logging message
This commit is contained in:
parent
7d62293d4a
commit
33decbe6ab
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Reference in a new issue