diff --git a/x/ccv/provider/client/proposal_handler.go b/x/ccv/provider/client/proposal_handler.go index 9d87bd3a37..dd33b83f15 100644 --- a/x/ccv/provider/client/proposal_handler.go +++ b/x/ccv/provider/client/proposal_handler.go @@ -430,7 +430,7 @@ func ParseChangeRewardDenomsProposalJSON(proposalFile string) (ChangeRewardDenom func ChangeRewardDenomsProposalRESTHandler(clientCtx client.Context) govrest.ProposalRESTHandler { return govrest.ProposalRESTHandler{ SubRoute: "change_reward_denoms", - Handler: postEquivocationProposalHandlerFn(clientCtx), + Handler: postChangeRewardDenomsProposalHandlerFn(clientCtx), } }