We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab30e0b commit 1be6d39Copy full SHA for 1be6d39
instantout/actions.go
@@ -107,7 +107,7 @@ func (f *FSM) InitInstantOutAction(eventCtx fsm.EventContext) fsm.EventType {
107
if int32(res.Expiry) < initCtx.cltvExpiry+htlcExpiryDelta {
108
return f.HandleError(fmt.Errorf("reservation %x has "+
109
"expiry %v which is less than the swap expiry %v",
110
- resId, res.Expiry, initCtx.cltvExpiry))
+ resId, res.Expiry, initCtx.cltvExpiry+htlcExpiryDelta))
111
}
112
113
0 commit comments