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