Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
yihuang committed Feb 28, 2024
1 parent 7435beb commit 33ff012
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/app.go
Original file line number Diff line number Diff line change
Expand Up @@ -1177,6 +1177,7 @@ 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 33ff012

Please sign in to comment.