Skip to content

Commit d06f64f

Browse files
committed
lntest: remove redundant nodes shutdown
The nodes are already shut down in the `Cleanup` in `ht.Subtest` so there's no need to shutdown them again.
1 parent b3acb5d commit d06f64f

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

lntest/harness.go

-5
Original file line numberDiff line numberDiff line change
@@ -359,11 +359,6 @@ func (h *HarnessTest) Stop() {
359359
return
360360
}
361361

362-
// Stop all running nodes.
363-
for _, node := range h.manager.activeNodes {
364-
h.Shutdown(node)
365-
}
366-
367362
close(h.lndErrorChan)
368363

369364
// Stop the fee service.

0 commit comments

Comments
 (0)