Skip to content

Commit

Permalink
Update app/app.go
Browse files Browse the repository at this point in the history
Signed-off-by: yihuang <[email protected]>
  • Loading branch information
yihuang authored Feb 28, 2024
1 parent 33ff012 commit 7cd0fd7
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 @@ -1177,7 +1177,6 @@ func VerifyAddressFormat(bz []byte) error {

// Close will be called in graceful shutdown in start cmd
func (app *App) Close() error {
// trigger workflow, don't merge
err := app.BaseApp.Close()

if cms, ok := app.CommitMultiStore().(*memiavlrootmulti.Store); ok {
Expand Down

0 comments on commit 7cd0fd7

Please sign in to comment.