From 5da629288d26205b6da81d2cbf6ded2b3c296633 Mon Sep 17 00:00:00 2001 From: Shawn <44221603+smarshall-spitzbart@users.noreply.github.com> Date: Fri, 15 Sep 2023 08:39:37 -0700 Subject: [PATCH] add prop handler to app (#2731) --- app/modules.go | 1 + 1 file changed, 1 insertion(+) diff --git a/app/modules.go b/app/modules.go index 39af9a77374..f774e104bab 100644 --- a/app/modules.go +++ b/app/modules.go @@ -89,6 +89,7 @@ var ModuleBasics = module.NewBasicManager( ibcproviderclient.ConsumerAdditionProposalHandler, ibcproviderclient.ConsumerRemovalProposalHandler, ibcproviderclient.EquivocationProposalHandler, + ibcproviderclient.ChangeRewardDenomsProposalHandler, ), params.AppModuleBasic{}, crisis.AppModuleBasic{},