Skip to content

Commit

Permalink
Update app/app.go
Browse files Browse the repository at this point in the history
Signed-off-by: yihuang <huang@crypto.com>
  • Loading branch information
yihuang committed Feb 21, 2024
1 parent 1a6bc68 commit 10c5f31
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/app.go
Original file line number Diff line number Diff line change
Expand Up @@ -958,7 +958,6 @@ func StoreKeys() (

// Close will be called in graceful shutdown in start cmd
func (app *ChainApp) Close() error {
// don't merge this
var err error
if cms, ok := app.CommitMultiStore().(io.Closer); ok {
err = cms.Close()
Expand Down

0 comments on commit 10c5f31

Please sign in to comment.