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 authored Feb 19, 2024
1 parent c1d2d79 commit 3405481
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 {
// debug
err := app.BaseApp.Close()

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

0 comments on commit 3405481

Please sign in to comment.