Skip to content

Commit

Permalink
Update x/ccv/provider/client/cli/tx.go
Browse files Browse the repository at this point in the history
Co-authored-by: Anca Zamfir <[email protected]>
  • Loading branch information
mpoke and ancazamfir committed Aug 11, 2023
1 parent 43dc212 commit a67093a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x/ccv/provider/client/cli/tx.go
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ $ %s tx provider register-consumer-reward-denom untrn --from mykey
func NewSubmitConsumerMisbehaviourCmd() *cobra.Command {
cmd := &cobra.Command{
Use: "submit-consumer-misbehaviour [misbehaviour]",
Short: "submit a IBC misbehaviour for a consumer chain",
Short: "submit an IBC misbehaviour for a consumer chain",
Long: strings.TrimSpace(
fmt.Sprintf(`Submit a IBC misbehaviour detected on a consumer chain.
A IBC misbehaviour contains two conflicting IBC client headers, which are used to form a light client attack evidence.
Expand Down

0 comments on commit a67093a

Please sign in to comment.