Skip to content

Commit

Permalink
Merge pull request #9209 from guggero/lntest-shutdown
Browse files Browse the repository at this point in the history
lntest: shutdown all nodes at end of test
  • Loading branch information
yyforyongyu authored Oct 22, 2024
2 parents caff5a0 + 5f20fd4 commit 6a5a79f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lntest/harness.go
Original file line number Diff line number Diff line change
Expand Up @@ -361,6 +361,8 @@ func (h *HarnessTest) Stop() {
return
}

h.shutdownAllNodes()

close(h.lndErrorChan)

// Stop the fee service.
Expand Down

0 comments on commit 6a5a79f

Please sign in to comment.