Commit 5eac72f9 authored by ValarDragon's avatar ValarDragon
Browse files

Merge branch 'v5.x-testnet' of github.com:osmosis-labs/osmosis into v5.x-testnet

parents 6301e2e5 c2eb70d0
Showing with 1 addition and 0 deletions
+1 -0
......@@ -399,6 +399,7 @@ func NewOsmosisApp(
// override versions for authz module as to not skip its InitGenesis
// for txfees module, we will override txfees ourselves.
delete(fromVM, authz.ModuleName)
delete(fromVM, bech32ibctypes.ModuleName)
newVM, err := app.mm.RunMigrations(ctx, app.configurator, fromVM)
if err != nil {
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment