@@ -341,8 +341,6 @@ func runLocalClaimOutgoingHTLC(ht *lntest.HarnessTest,
341
341
ht .FundCoins (btcutil .SatoshiPerBitcoin , bob )
342
342
}
343
343
344
- flakeFundExtraUTXO (ht , bob )
345
-
346
344
// Now that our channels are set up, we'll send two HTLC's from Alice
347
345
// to Carol. The first HTLC will be universally considered "dust",
348
346
// while the second will be a proper fully valued HTLC.
@@ -685,7 +683,6 @@ func runMultiHopReceiverPreimageClaim(ht *lntest.HarnessTest,
685
683
686
684
// Fund Carol one UTXO so she can sweep outputs.
687
685
ht .FundCoins (btcutil .SatoshiPerBitcoin , carol )
688
- flakeFundExtraUTXO (ht , carol )
689
686
690
687
// If this is a taproot channel, then we'll need to make some manual
691
688
// route hints so Alice can actually find a route.
@@ -1601,8 +1598,6 @@ func runLocalClaimIncomingHTLC(ht *lntest.HarnessTest,
1601
1598
1602
1599
// Fund Carol one UTXO so she can sweep outputs.
1603
1600
ht .FundCoins (btcutil .SatoshiPerBitcoin , carol )
1604
- flakeFundExtraUTXO (ht , carol )
1605
- flakeFundExtraUTXO (ht , bob )
1606
1601
1607
1602
// If this is a taproot channel, then we'll need to make some manual
1608
1603
// route hints so Alice can actually find a route.
@@ -1897,7 +1892,6 @@ func runLocalClaimIncomingHTLCLeased(ht *lntest.HarnessTest,
1897
1892
1898
1893
// Fund Carol one UTXO so she can sweep outputs.
1899
1894
ht .FundCoins (btcutil .SatoshiPerBitcoin , carol )
1900
- flakeFundExtraUTXO (ht , carol )
1901
1895
1902
1896
// With the network active, we'll now add a new hodl invoice at Carol's
1903
1897
// end. Make sure the cltv expiry delta is large enough, otherwise Bob
@@ -2230,7 +2224,6 @@ func runLocalPreimageClaim(ht *lntest.HarnessTest,
2230
2224
2231
2225
// Fund Carol one UTXO so she can sweep outputs.
2232
2226
ht .FundCoins (btcutil .SatoshiPerBitcoin , carol )
2233
- flakeFundExtraUTXO (ht , carol )
2234
2227
2235
2228
// If this is a taproot channel, then we'll need to make some manual
2236
2229
// route hints so Alice can actually find a route.
@@ -2490,7 +2483,6 @@ func runLocalPreimageClaimLeased(ht *lntest.HarnessTest,
2490
2483
2491
2484
// Fund Carol one UTXO so she can sweep outputs.
2492
2485
ht .FundCoins (btcutil .SatoshiPerBitcoin , carol )
2493
- flakeFundExtraUTXO (ht , carol )
2494
2486
2495
2487
// With the network active, we'll now add a new hodl invoice at Carol's
2496
2488
// end. Make sure the cltv expiry delta is large enough, otherwise Bob
@@ -2842,7 +2834,6 @@ func runHtlcAggregation(ht *lntest.HarnessTest,
2842
2834
// We need one additional UTXO to create the sweeping tx for the
2843
2835
// second-level success txes.
2844
2836
ht .FundCoins (btcutil .SatoshiPerBitcoin , bob )
2845
- flakeFundExtraUTXO (ht , bob )
2846
2837
2847
2838
// If this is a taproot channel, then we'll need to make some manual
2848
2839
// route hints so Alice+Carol can actually find a route.
0 commit comments