mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-03-04 09:48:19 +01:00
Merge pull request #9209 from guggero/lntest-shutdown
lntest: shutdown all nodes at end of test
This commit is contained in:
commit
6a5a79fb88
1 changed files with 2 additions and 0 deletions
|
@ -361,6 +361,8 @@ func (h *HarnessTest) Stop() {
|
|||
return
|
||||
}
|
||||
|
||||
h.shutdownAllNodes()
|
||||
|
||||
close(h.lndErrorChan)
|
||||
|
||||
// Stop the fee service.
|
||||
|
|
Loading…
Add table
Reference in a new issue