mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-09-08 14:57:38 +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
|
||||
// preimage.
|
||||
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
|
||||
}
|
||||
|
Reference in New Issue
Block a user