Skip to content

Commit

Permalink
register StopConsumerChain proposal type to gov module
Browse files Browse the repository at this point in the history
  • Loading branch information
sainoe committed Aug 24, 2022
1 parent 8ee7679 commit a71d3df
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions x/ccv/provider/types/proposal.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,12 @@ const (

var (
_ govtypes.Content = &CreateConsumerChainProposal{}
_ govtypes.Content = &StopConsumerChainProposal{}
)

func init() {
govtypes.RegisterProposalType(ProposalTypeCreateConsumerChain)
govtypes.RegisterProposalType(ProposalTypeStopConsumerChain)
}

// NewCreateConsumerChainProposal creates a new create consumerchain proposal.
Expand Down

0 comments on commit a71d3df

Please sign in to comment.