mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-02-23 14:40:30 +01:00
htlcswitch/link: correct link log statement
This commit is contained in:
parent
19006b108c
commit
5b38ed0b3e
1 changed files with 1 additions and 1 deletions
|
@ -1179,7 +1179,7 @@ func (l *channelLink) processHtlcResolution(resolution invoices.HtlcResolution,
|
|||
// Settle htlcs that returned a settle resolution using the preimage
|
||||
// in the resolution.
|
||||
case *invoices.HtlcSettleResolution:
|
||||
l.log.Debugf("received settle resolution for %v"+
|
||||
l.log.Debugf("received settle resolution for %v "+
|
||||
"with outcome: %v", circuitKey, res.Outcome)
|
||||
|
||||
return l.settleHTLC(res.Preimage, htlc.pd)
|
||||
|
|
Loading…
Add table
Reference in a new issue