Skip to content

Commit

Permalink
fix upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
vuong177 committed Oct 11, 2024
1 parent 0f838fa commit 61739df
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions app/app.go
Original file line number Diff line number Diff line change
Expand Up @@ -478,10 +478,6 @@ func (app *OnomyApp) setupUpgradeHandlers() {
storeUpgrades = &storetypes.StoreUpgrades{
Deleted: []string{"provider"},
}
case v2_0_0.Name:
storeUpgrades = &storetypes.StoreUpgrades{
Added: []string{"consensus", "crisis", "dao"},
}
default:
// no store upgrades.
}
Expand Down

0 comments on commit 61739df

Please sign in to comment.