Skip to content

Commit

Permalink
fix mirgation docs (#1091)
Browse files Browse the repository at this point in the history
  • Loading branch information
colin-axner committed Mar 9, 2022
1 parent 13df199 commit 90a7e5f
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 @@ -68,7 +68,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 90a7e5f

Please sign in to comment.