Browse Source

Merge pull request #5487 from C-Otto/fix-5367

htlcswitch: log amount for failures
master
Olaoluwa Osuntokun 3 years ago committed by GitHub
parent
commit
ccd7421488
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      htlcswitch/link.go

2
htlcswitch/link.go

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

Loading…
Cancel
Save