mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-09-15 02:55:37 +02:00
htlcswitch: increase logs
This commit is contained in:
@@ -3793,7 +3793,8 @@ func (l *channelLink) processExitHop(add lnwire.UpdateAddHTLC,
|
|||||||
// ADD, nor will we settle the corresponding invoice or respond with the
|
// ADD, nor will we settle the corresponding invoice or respond with the
|
||||||
// preimage.
|
// preimage.
|
||||||
if l.cfg.HodlMask.Active(hodl.ExitSettle) {
|
if l.cfg.HodlMask.Active(hodl.ExitSettle) {
|
||||||
l.log.Warnf(hodl.ExitSettle.Warning())
|
l.log.Warnf("%s for htlc(rhash=%x,htlcIndex=%v)",
|
||||||
|
hodl.ExitSettle.Warning(), add.PaymentHash, add.ID)
|
||||||
|
|
||||||
return nil
|
return nil
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user