Skip to content

Commit

Permalink
Merge pull request #707 from axone-protocol/fix/gov-legacy-router
Browse files Browse the repository at this point in the history
fix(gov): properly configure legacy props router
  • Loading branch information
amimart committed Jul 23, 2024
2 parents 1b31290 + 74df1c7 commit eb3ea9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/app.go
Original file line number Diff line number Diff line change
Expand Up @@ -486,7 +486,7 @@ func New(
)

// Set legacy router for backwards compatibility with gov v1beta1
app.GovKeeper.SetLegacyRouter(govRouter)
govKeeper.SetLegacyRouter(govRouter)

app.GovKeeper = *govKeeper.SetHooks(
govtypes.NewMultiGovHooks(
Expand Down

0 comments on commit eb3ea9e

Please sign in to comment.