From 614eae6d0a00d32451a557209031b319c7b92423 Mon Sep 17 00:00:00 2001 From: Tanmay Date: Mon, 8 Jul 2024 09:44:10 -0400 Subject: [PATCH] add comments for zetasupervisor lib --- cmd/zetaclientd-supervisor/lib.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cmd/zetaclientd-supervisor/lib.go b/cmd/zetaclientd-supervisor/lib.go index 0eedce3311..37e0c199c7 100644 --- a/cmd/zetaclientd-supervisor/lib.go +++ b/cmd/zetaclientd-supervisor/lib.go @@ -214,7 +214,7 @@ func (s *zetaclientdSupervisor) handleTssUpdate(ctx context.Context) { s.restartChan <- syscall.SIGHUP } } - return + s.logger.Warn().Msg("handleTssUpdate exiting without success") } func (s *zetaclientdSupervisor) handleNewTssKeyGeneration(ctx context.Context) { @@ -259,7 +259,7 @@ func (s *zetaclientdSupervisor) handleNewTssKeyGeneration(ctx context.Context) { s.restartChan <- syscall.SIGHUP } } - return + s.logger.Warn().Msg("handleNewTssKeyGeneration exiting without success") } func (s *zetaclientdSupervisor) handleNewKeygen(ctx context.Context) {