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 4b68fce commit 11758dcCopy full SHA for 11758dc
loopout_test.go
@@ -232,6 +232,9 @@ func TestCustomSweepConfTarget(t *testing.T) {
232
testReq.SweepConfTarget = testLoopOutMinOnChainCltvDelta -
233
DefaultSweepConfTargetDelta - 1
234
235
+ // Set on-chain HTLC CLTV.
236
+ testReq.Expiry = ctx.Lnd.Height + testLoopOutMinOnChainCltvDelta
237
+
238
// Set up custom fee estimates such that the lower confirmation target
239
// yields a much higher fee rate.
240
ctx.Lnd.SetFeeEstimate(testReq.SweepConfTarget, 250)
0 commit comments