Skip to content

Commit

Permalink
add prop handler to app (#2731)
Browse files Browse the repository at this point in the history
  • Loading branch information
shaspitz authored Sep 15, 2023
1 parent a65e9c8 commit 5da6292
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/modules.go
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ var ModuleBasics = module.NewBasicManager(
ibcproviderclient.ConsumerAdditionProposalHandler,
ibcproviderclient.ConsumerRemovalProposalHandler,
ibcproviderclient.EquivocationProposalHandler,
ibcproviderclient.ChangeRewardDenomsProposalHandler,
),
params.AppModuleBasic{},
crisis.AppModuleBasic{},
Expand Down

0 comments on commit 5da6292

Please sign in to comment.