diff --git a/loopout_test.go b/loopout_test.go index ea146d0..bf523f5 100644 --- a/loopout_test.go +++ b/loopout_test.go @@ -236,6 +236,9 @@ func TestCustomSweepConfTarget(t *testing.T) { testReq.SweepConfTarget = testLoopOutMinOnChainCltvDelta - DefaultSweepConfTargetDelta - 1 + // Set on-chain HTLC CLTV. + testReq.Expiry = ctx.Lnd.Height + testLoopOutMinOnChainCltvDelta + // Set up custom fee estimates such that the lower confirmation target // yields a much higher fee rate. ctx.Lnd.SetFeeEstimate(testReq.SweepConfTarget, 250)