From eb1509a1cf7404ac456c236d3fc61208a1635140 Mon Sep 17 00:00:00 2001 From: Olaoluwa Osuntokun Date: Thu, 12 Jan 2017 18:31:13 -0800 Subject: [PATCH] funding: properly display channel funding point in handleFundingOpen --- fundingmanager.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fundingmanager.go b/fundingmanager.go index 80d937eb..c793e221 100644 --- a/fundingmanager.go +++ b/fundingmanager.go @@ -846,7 +846,7 @@ func (f *fundingManager) handleFundingOpen(fmsg *fundingOpenMsg) { f.deleteReservationCtx(peerID, chanID) fndgLog.Infof("FundingOpen: ChannelPoint(%v) with peerID(%v) is now open", - resCtx.reservation.FundingOutpoint, peerID) + resCtx.reservation.FundingOutpoint(), peerID) // Notify the L3 routing manager of the newly active channel link. // TODO(roasbeef): should have sigs, only after funding_locked is