Skip to content

Commit

Permalink
removing incentive upgrade store (#894)
Browse files Browse the repository at this point in the history
* removing incentive upgrade store

* Update app/setup_handlers.go

Co-authored-by: Amit Yadav <amy29981@gmail.com>

---------

Co-authored-by: Cosmic Vagabond <121588426+cosmic-vagabond@users.noreply.github.com>
Co-authored-by: Amit Yadav <amy29981@gmail.com>
  • Loading branch information
3 people authored Oct 29, 2024
1 parent 19e2455 commit 9552d76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/setup_handlers.go
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ func loadUpgradeStore(app *ElysApp) {
if shouldLoadUpgradeStore(app, upgradeInfo) {
storeUpgrades := storetypes.StoreUpgrades{
// Added: []string{},
Deleted: []string{"incentive_store"},
//Deleted: []string{},
}
app.Logger().Info(fmt.Sprintf("Setting store loader with height %d and store upgrades: %+v\n", upgradeInfo.Height, storeUpgrades))

Expand Down

0 comments on commit 9552d76

Please sign in to comment.