Merge pull request #9209 from guggero/lntest-shutdown

lntest: shutdown all nodes at end of test
This commit is contained in:
Yong 2024-10-23 02:00:39 +08:00 committed by GitHub
commit 6a5a79fb88
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -361,6 +361,8 @@ func (h *HarnessTest) Stop() {
return return
} }
h.shutdownAllNodes()
close(h.lndErrorChan) close(h.lndErrorChan)
// Stop the fee service. // Stop the fee service.