Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
yihuang committed Apr 9, 2024
1 parent fc61393 commit eb0472f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/app.go
Original file line number Diff line number Diff line change
Expand Up @@ -1196,6 +1196,8 @@ func VerifyAddressFormat(bz []byte) error {

// Close will be called in graceful shutdown in start cmd
func (app *App) Close() error {
fmt.Println("app graceful shutdown")

errs := []error{app.BaseApp.Close()}

// flush the versiondb
Expand Down

0 comments on commit eb0472f

Please sign in to comment.