Skip to content

Commit eb3ea9e

Browse files
authored
Merge pull request #707 from axone-protocol/fix/gov-legacy-router
fix(gov): properly configure legacy props router
2 parents 1b31290 + 74df1c7 commit eb3ea9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/app.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -486,7 +486,7 @@ func New(
486486
)
487487

488488
// Set legacy router for backwards compatibility with gov v1beta1
489-
app.GovKeeper.SetLegacyRouter(govRouter)
489+
govKeeper.SetLegacyRouter(govRouter)
490490

491491
app.GovKeeper = *govKeeper.SetHooks(
492492
govtypes.NewMultiGovHooks(

0 commit comments

Comments
 (0)