diff --git a/lntest/harness.go b/lntest/harness.go index f5c67693e..eefdcfec1 100644 --- a/lntest/harness.go +++ b/lntest/harness.go @@ -359,11 +359,6 @@ func (h *HarnessTest) Stop() { return } - // Stop all running nodes. - for _, node := range h.manager.activeNodes { - h.Shutdown(node) - } - close(h.lndErrorChan) // Stop the fee service.