Skip to content

Commit

Permalink
Update x/ccv/provider/types/proposal.go
Browse files Browse the repository at this point in the history
Co-authored-by: Philip Offtermatt <[email protected]>
  • Loading branch information
sainoe and p-offtermatt authored Nov 21, 2023
1 parent 26c1b11 commit 7440b43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x/ccv/provider/types/proposal.go
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ func (sccp *ConsumerRemovalProposal) ValidateBasic() error {
}

// NewEquivocationProposal creates a new equivocation proposal.
// [DEPRECATED]: do not use since that equivocations can be submitted
// [DEPRECATED]: do not use because equivocations can be submitted
// and verified automatically on the provider.
func NewEquivocationProposal(title, description string, equivocations []*evidencetypes.Equivocation) govv1beta1.Content {
return &EquivocationProposal{
Expand Down

0 comments on commit 7440b43

Please sign in to comment.