From 8e6bdfb21f53374874c3ea102ce04fe07f162b1d Mon Sep 17 00:00:00 2001 From: Shawn <44221603+smarshall-spitzbart@users.noreply.github.com> Date: Tue, 23 May 2023 12:10:22 -0700 Subject: [PATCH] proto name for gov prop registration --- x/ccv/provider/types/proposal.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/x/ccv/provider/types/proposal.go b/x/ccv/provider/types/proposal.go index 49fe00531f..37f0921ae3 100644 --- a/x/ccv/provider/types/proposal.go +++ b/x/ccv/provider/types/proposal.go @@ -14,9 +14,9 @@ import ( ) const ( - ProposalTypeConsumerAddition = "ConsumerAddition" - ProposalTypeConsumerRemoval = "ConsumerRemoval" - ProposalTypeEquivocation = "Equivocation" + ProposalTypeConsumerAddition = "interchain_security.ccv.provider.v2.ConsumerAdditionProposal" + ProposalTypeConsumerRemoval = "interchain_security.ccv.provider.v2.ConsumerRemovalProposal" + ProposalTypeEquivocation = "interchain_security.ccv.provider.v2.EquivocationProposal" ) var (