From 6885ad1dffed403e21fe5a97421d21afe321ae98 Mon Sep 17 00:00:00 2001 From: Shawn <44221603+smarshall-spitzbart@users.noreply.github.com> Date: Wed, 24 May 2023 10:12:49 -0700 Subject: [PATCH] Revert "Merge branch 'shawn/v2-imports' into shawn/ccv-migrations" This reverts commit 45d74c70ff6e41d585255f039c5f814340e4bed1, reversing changes made to 53e3362749c05de1a44da1bbe632d8b7265eee5a. --- 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 37f0921ae3..49fe00531f 100644 --- a/x/ccv/provider/types/proposal.go +++ b/x/ccv/provider/types/proposal.go @@ -14,9 +14,9 @@ import ( ) const ( - ProposalTypeConsumerAddition = "interchain_security.ccv.provider.v2.ConsumerAdditionProposal" - ProposalTypeConsumerRemoval = "interchain_security.ccv.provider.v2.ConsumerRemovalProposal" - ProposalTypeEquivocation = "interchain_security.ccv.provider.v2.EquivocationProposal" + ProposalTypeConsumerAddition = "ConsumerAddition" + ProposalTypeConsumerRemoval = "ConsumerRemoval" + ProposalTypeEquivocation = "Equivocation" ) var (