Skip to content

Commit

Permalink
fix mirgation docs (#1091) (#1092)
Browse files Browse the repository at this point in the history
(cherry picked from commit 90a7e5f)

Co-authored-by: colin axnér <25233464+colin-axner@users.noreply.github.com>
  • Loading branch information
mergify[bot] and colin-axner authored Mar 9, 2022
1 parent 5c0bf8b commit 549d9bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/migrations/v2-to-v3.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ For ICS27 it is also necessary to [manually add store upgrades](https://docs.cos
```go
if upgradeInfo.Name == "v3" && !app.UpgradeKeeper.IsSkipHeight(upgradeInfo.Height) {
storeUpgrades := store.StoreUpgrades{
Added: []string{icatypes.ModuleName},
Added: []string{icacontrollertypes.StoreKey, icahosttypes.StoreKey},
}

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

0 comments on commit 549d9bf

Please sign in to comment.