Commit 3f55eee2 authored by Adrian Sutton's avatar Adrian Sutton

op-challenger: Close the polling client.

parent 13a12557
......@@ -228,6 +228,9 @@ func (s *Service) Stop(ctx context.Context) error {
s.txMgr.Close()
}
if s.pollClient != nil {
s.pollClient.Close()
}
if s.l1Client != nil {
s.l1Client.Close()
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment