Skip to content

Commit

Permalink
fixed ibc hooks store key (#1184)
Browse files Browse the repository at this point in the history
  • Loading branch information
sampocs committed Apr 15, 2024
1 parent 2373e1e commit f786f96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/upgrades.go
Original file line number Diff line number Diff line change
Expand Up @@ -351,7 +351,7 @@ func (app *StrideApp) setupUpgradeHandlers(appOpts servertypes.AppOptions) {
}
case "v22":
storeUpgrades = &storetypes.StoreUpgrades{
Added: []string{ibchookstypes.ModuleName},
Added: []string{ibchookstypes.StoreKey},
}
}

Expand Down

0 comments on commit f786f96

Please sign in to comment.