File tree Expand file tree Collapse file tree 1 file changed +0
-16
lines changed Expand file tree Collapse file tree 1 file changed +0
-16
lines changed Original file line number Diff line number Diff line change @@ -766,14 +766,6 @@ func testSweepHTLCs(ht *lntest.HarnessTest) {
766
766
// - when sweeping HTLCs, he needs one utxo for each sweep.
767
767
numUTXOs := 2
768
768
769
- // Bob should have enough wallet UTXOs here to sweep the HTLC in the
770
- // end of this test. However, due to a known issue, Bob's wallet may
771
- // report there's no UTXO available. For details,
772
- // - https://github.com/lightningnetwork/lnd/issues/8786
773
- //
774
- // TODO(yy): remove this extra UTXO once the issue is resolved.
775
- numUTXOs ++
776
-
777
769
// For neutrino backend, we need two more UTXOs for Bob to create his
778
770
// sweeping txns.
779
771
if ht .IsNeutrinoBackend () {
@@ -1802,14 +1794,6 @@ func testFeeReplacement(ht *lntest.HarnessTest) {
1802
1794
// - when sweeping HTLCs, he needs one utxo for each sweep.
1803
1795
numUTXOs := 2
1804
1796
1805
- // Bob should have enough wallet UTXOs here to sweep the HTLC in the
1806
- // end of this test. However, due to a known issue, Bob's wallet may
1807
- // report there's no UTXO available. For details,
1808
- // - https://github.com/lightningnetwork/lnd/issues/8786
1809
- //
1810
- // TODO(yy): remove this extra UTXO once the issue is resolved.
1811
- numUTXOs ++
1812
-
1813
1797
// For neutrino backend, we need two more UTXOs for Bob to create his
1814
1798
// sweeping txns.
1815
1799
if ht .IsNeutrinoBackend () {
You can’t perform that action at this time.
0 commit comments