Merge pull request #5487 from C-Otto/fix-5367
htlcswitch: log amount for failures
This commit is contained in:
commit
ccd7421488
@ -2540,6 +2540,8 @@ func (l *channelLink) processRemoteSettleFails(fwdPkg *channeldb.FwdPkg,
|
|||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
||||||
|
l.log.Debugf("Failed to send %s", pd.Amount)
|
||||||
|
|
||||||
// If the failure message lacks an HMAC (but includes
|
// If the failure message lacks an HMAC (but includes
|
||||||
// the 4 bytes for encoding the message and padding
|
// the 4 bytes for encoding the message and padding
|
||||||
// lengths, then this means that we received it as an
|
// lengths, then this means that we received it as an
|
||||||
|
Loading…
Reference in New Issue
Block a user