Browse Source

htlcswitch: log amount for failures

fixes #5367
master
Carsten Otto 3 years ago
parent
commit
0396220b71
  1. 2
      htlcswitch/link.go

2
htlcswitch/link.go

@ -2539,6 +2539,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
// the 4 bytes for encoding the message and padding
// lengths, then this means that we received it as an

Loading…
Cancel
Save