mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-07-06 05:26:38 +02:00
htlcswitch: add channel point prefix to HTLC examine logs
This commit is contained in:
@ -311,8 +311,9 @@ out:
|
||||
break out
|
||||
}
|
||||
|
||||
log.Debugf("New block(height=%v, hash=%v) examining "+
|
||||
"active HTLC's", blockEpoch.Height,
|
||||
log.Debugf("ChannelPoint(%v): new block(height=%v, "+
|
||||
"hash=%v) examining active HTLC's",
|
||||
l.channel.ChannelPoint(), blockEpoch.Height,
|
||||
blockEpoch.Hash)
|
||||
|
||||
// TODO(roasbeef): check HTLC's for expiry
|
||||
|
Reference in New Issue
Block a user