Skip to content

Commit

Permalink
itest: remove redundant interrupt signal to lndsignerd
Browse files Browse the repository at this point in the history
  • Loading branch information
aakselrod committed May 3, 2023
1 parent c477710 commit 04f6944
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion itest/itest_lndharness_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,6 @@ func (l *lndHarness) Close() {
l.tctx.t.Helper()

_ = l.Lncli("stop")
_ = l.lndSignerCmd.Process.Signal(os.Interrupt)

l.cancel()
}
Expand Down

0 comments on commit 04f6944

Please sign in to comment.