Skip to content

Commit

Permalink
prop type
Browse files Browse the repository at this point in the history
  • Loading branch information
shaspitz committed Jun 4, 2023
1 parent 1a739be commit 8cbe591
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions x/ccv/provider/types/proposal.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ import (
)

const (
ProposalTypeConsumerAddition = "ConsumerAddition"
ProposalTypeConsumerRemoval = "ConsumerRemoval"
ProposalTypeEquivocation = "Equivocation"
ProposalTypeConsumerAddition = "interchain_security.ccv.v2.ConsumerAddition"
ProposalTypeConsumerRemoval = "interchain_security.ccv.v2.ConsumerRemoval"
ProposalTypeEquivocation = "interchain_security.ccv.v2.Equivocation"
)

var (
Expand Down

0 comments on commit 8cbe591

Please sign in to comment.