Skip to content

Commit

Permalink
fixed migration for v12.1.9-rc3
Browse files Browse the repository at this point in the history
  • Loading branch information
olegfomenko committed Aug 22, 2024
1 parent 37d9d04 commit 15a700e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions app/app.go
Original file line number Diff line number Diff line change
Expand Up @@ -869,6 +869,9 @@ func NewBridge(
ModuleAdmin: "bridge1ykcl8yncutg8z8hr8fct043rx56j5a9ennk7dy",
})

// Disabling repeated call of InitGenesis for new bridge module
fromVM[bridgetypes.ModuleName] = bridge.AppModule{}.ConsensusVersion()

return app.mm.RunMigrations(ctx, app.configurator, fromVM)
},
)
Expand Down

0 comments on commit 15a700e

Please sign in to comment.