funding: properly display channel funding point in handleFundingOpen

This commit is contained in:
Olaoluwa Osuntokun 2017-01-12 18:31:13 -08:00
parent ff74d83277
commit eb1509a1cf
No known key found for this signature in database
GPG Key ID: 9CC5B105D03521A2

@ -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