From 33decbe6abe5532852acd622b84a2f061772b8c9 Mon Sep 17 00:00:00 2001 From: Olaoluwa Osuntokun Date: Wed, 24 May 2017 17:37:28 -0700 Subject: [PATCH] fundingmanager: fix logging message --- fundingmanager.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fundingmanager.go b/fundingmanager.go index daa7cd2c..2ccfea56 100644 --- a/fundingmanager.go +++ b/fundingmanager.go @@ -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.