mirror of
https://github.com/lightningnetwork/lnd.git
synced 2024-11-19 18:10:34 +01:00
Merge pull request #3517 from halseth/channel-point-log
lnwallet/channel: add missing chanpoint to log
This commit is contained in:
commit
e4751f1361
@ -3279,8 +3279,9 @@ func (lc *LightningChannel) ProcessChanSyncMsg(
|
|||||||
msg.RemoteCommitTailHeight, localTailHeight)
|
msg.RemoteCommitTailHeight, localTailHeight)
|
||||||
|
|
||||||
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