Skip to content

Commit

Permalink
fix: don't close root store from gserver
Browse files Browse the repository at this point in the history
The gcapp handles this now, and the presence of the extra close in
gserver made it more likely that we would run into cosmos/iavl#1017.
  • Loading branch information
mark-rushakoff committed Dec 13, 2024
1 parent 6f70c5d commit 332b753
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions gserver/component.go
Original file line number Diff line number Diff line change
Expand Up @@ -709,9 +709,6 @@ func (c *Component) Stop(_ context.Context) error {
}
}

if err := c.config.RootStore.Close(); err != nil {
c.log.Warn("Failed to close root store", "err", err)
}
return nil
}

Expand Down

0 comments on commit 332b753

Please sign in to comment.