Skip to content

Commit

Permalink
Add store upgrade handler
Browse files Browse the repository at this point in the history
  • Loading branch information
Charles Dusek committed May 26, 2024
1 parent c26e1cd commit c722453
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 @@ -661,6 +661,7 @@ func New(
app.SetBeginBlocker(app.BeginBlocker)
app.SetEndBlocker(app.EndBlocker)

app.setupUpgradeStoreLoaders()
app.setupUpgradeHandlers()

if loadLatest {
Expand Down

0 comments on commit c722453

Please sign in to comment.