Skip to content

Commit

Permalink
Merge branch 'develop' into update-upgrade-path-testing
Browse files Browse the repository at this point in the history
  • Loading branch information
gzukel authored Sep 22, 2023
2 parents 3bd051b + 19c1812 commit d885f34
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions cmd/zetaclientd/start.go
Original file line number Diff line number Diff line change
Expand Up @@ -237,12 +237,8 @@ func start(_ *cobra.Command, _ []string) error {
startLogger.Info().Msgf("stop signal received: %s", sig)

// stop zetacore observer
for _, chain := range cfg.GetEnabledChains() {
// zeta chain does not have a chain client
if chain.IsExternalChain() {
(chainClientMap)[chain].Stop()
}

for _, client := range chainClientMap {
client.Stop()
}
zetaBridge.Stop()

Expand Down

0 comments on commit d885f34

Please sign in to comment.