From 74df1c73637329be6af5ec7e637321b01d0201a1 Mon Sep 17 00:00:00 2001 From: Arnaud Mimart <33665250+amimart@users.noreply.github.com> Date: Tue, 23 Jul 2024 14:06:14 +0200 Subject: [PATCH] fix(gov): properly configure legacy props router --- app/app.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/app.go b/app/app.go index 7eaa6b8f..dae98ab6 100644 --- a/app/app.go +++ b/app/app.go @@ -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(