Skip to content

Commit

Permalink
remove extra space
Browse files Browse the repository at this point in the history
  • Loading branch information
jgtormo authored May 16, 2024
1 parent 5d0d9f6 commit 7e46b9c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/app_upgrades.go
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,6 @@ func setHandlerForVersion_1_1(app *App) {
storeUpgrades := storetypes.StoreUpgrades{
// Added: []string{authz.ModuleName, GroupModuleName, AddressBookModuleName, MarketplaceModuleName},
Added: []string{GroupModuleName, AddressBookModuleName, MarketplaceModuleName},

}

app.SetStoreLoader(upgradetypes.UpgradeStoreLoader(upgradeInfo.Height, &storeUpgrades))
Expand Down

0 comments on commit 7e46b9c

Please sign in to comment.