Skip to content

Commit

Permalink
adress comment
Browse files Browse the repository at this point in the history
  • Loading branch information
tac0turtle committed Dec 10, 2024
1 parent 3f643dd commit e7df892
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions simapp/v2/app_di.go
Original file line number Diff line number Diff line change
Expand Up @@ -167,10 +167,6 @@ func NewSimApp[T transaction.Tx](
return nil, fmt.Errorf("store builder did not return a db")
}

/**** Module Options ****/

// RegisterUpgradeHandlers is used for registering any on-chain upgrades.
app.RegisterUpgradeHandlers()
/**** Store Metrics ****/
/*
// In order to set store metrics uncomment the below
Expand All @@ -180,6 +176,10 @@ func NewSimApp[T transaction.Tx](
}
app.store.SetMetrics(storeMetrics)
*/
/**** Module Options ****/

// RegisterUpgradeHandlers is used for registering any on-chain upgrades.
app.RegisterUpgradeHandlers()
if err = app.LoadLatest(); err != nil {
return nil, err
}
Expand Down

0 comments on commit e7df892

Please sign in to comment.