diff --git a/app/app.go b/app/app.go index d70027c8d..c42845a36 100644 --- a/app/app.go +++ b/app/app.go @@ -1037,7 +1037,7 @@ func (app *JackalApp) setupUpgradeHandlers() { if upgradeInfo.Name == v2.UpgradeName { storeUpgrades = &store.StoreUpgrades{ - Deleted: []string{"storage", "sdig", "notifications", "filetreekeeper"}, + Deleted: []string{"storage", "dsig", "notifications", "filetree"}, } }