Skip to content

Commit

Permalink
chore: add new module to setup handler (#183)
Browse files Browse the repository at this point in the history
  • Loading branch information
cosmic-vagabond authored Sep 5, 2023
1 parent bda883a commit 8292f65
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion app/setup_handlers.go
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,9 @@ func loadUpgradeStore(app *ElysApp) {

if shouldLoadUpgradeStore(app, upgradeInfo) {
storeUpgrades := storetypes.StoreUpgrades{
// Added: []string{},
Added: []string{
accountedpooltypes.ModuleName,
},
}
// Use upgrade store loader for the initial loading of all stores when app starts,
// it checks if version == upgradeHeight and applies store upgrades before loading the stores,
Expand Down

0 comments on commit 8292f65

Please sign in to comment.