diff --git a/lntest/harness.go b/lntest/harness.go index 09e2418351..5c69cde0e0 100644 --- a/lntest/harness.go +++ b/lntest/harness.go @@ -361,6 +361,8 @@ func (h *HarnessTest) Stop() { return } + h.shutdownAllNodes() + close(h.lndErrorChan) // Stop the fee service.