lnwallet/channel: add missing chanpoint to log

This commit is contained in:
Johan T. Halseth 2019-09-18 12:42:51 +02:00
parent c69fc35a8e
commit c308042ae0
No known key found for this signature in database
GPG Key ID: 15BAADA29DA20D26

@ -3280,7 +3280,8 @@ func (lc *LightningChannel) ProcessChanSyncMsg(
if isRestoredChan { if isRestoredChan {
walletLog.Warnf("ChannelPoint(%v): detected restored "+ walletLog.Warnf("ChannelPoint(%v): detected restored "+
"triggering DLP") "triggering DLP",
lc.channelState.FundingOutpoint)
} }
// We must check that we had recovery options to ensure the // We must check that we had recovery options to ensure the