File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -860,13 +860,13 @@ func testSweepHTLCs(ht *lntest.HarnessTest) {
860
860
// Carol settles the first invoice.
861
861
carol .RPC .SettleInvoice (preimageSettled [:])
862
862
863
+ // Bob should have settled his outgoing HTLC with Carol.
864
+ ht .AssertHTLCNotActive (bob , bcChanPoint , payHashSettled [:])
865
+
863
866
// Let Carol go offline so we can focus on testing Bob's sweeping
864
867
// behavior.
865
868
ht .Shutdown (carol )
866
869
867
- // Bob should have settled his outgoing HTLC with Carol.
868
- ht .AssertHTLCNotActive (bob , bcChanPoint , payHashSettled [:])
869
-
870
870
// We'll now mine enough blocks to trigger Bob to force close channel
871
871
// Bob->Carol due to his outgoing HTLC is about to timeout. With the
872
872
// default outgoing broadcast delta of zero, this will be the same
You can’t perform that action at this time.
0 commit comments