Skip to content

Commit 74df1c7

Browse files
committed
fix(gov): properly configure legacy props router
1 parent 1b31290 commit 74df1c7

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)