lnwallet/channel: add missing chanpoint to log
This commit is contained in:
parent
c69fc35a8e
commit
c308042ae0
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user