mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-01-18 21:35:24 +01:00
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.
This commit is contained in:
parent
8240a87c2b
commit
623f816f8e
@ -359,11 +359,6 @@ func (h *HarnessTest) Stop() {
|
|||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
// Stop all running nodes.
|
|
||||||
for _, node := range h.manager.activeNodes {
|
|
||||||
h.Shutdown(node)
|
|
||||||
}
|
|
||||||
|
|
||||||
close(h.lndErrorChan)
|
close(h.lndErrorChan)
|
||||||
|
|
||||||
// Stop the fee service.
|
// Stop the fee service.
|
||||||
|
Loading…
Reference in New Issue
Block a user