mirror of
https://github.com/lightningnetwork/lnd.git
synced 2024-11-19 18:10:34 +01:00
cnct: fix log line
This commit is contained in:
parent
3ff6055a62
commit
c3560932b6
@ -837,7 +837,8 @@ func (h *htlcOutgoingContestResolver) Resolve() (ContractResolver, error) {
|
|||||||
if uint32(currentHeight) >= h.htlcResolution.Expiry-1 {
|
if uint32(currentHeight) >= h.htlcResolution.Expiry-1 {
|
||||||
log.Infof("%T(%v): HTLC has expired (height=%v, expiry=%v), "+
|
log.Infof("%T(%v): HTLC has expired (height=%v, expiry=%v), "+
|
||||||
"transforming into timeout resolver", h,
|
"transforming into timeout resolver", h,
|
||||||
h.htlcResolution.ClaimOutpoint)
|
h.htlcResolution.ClaimOutpoint, currentHeight,
|
||||||
|
h.htlcResolution.Expiry)
|
||||||
return &h.htlcTimeoutResolver, nil
|
return &h.htlcTimeoutResolver, nil
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user