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 a67093a commit d2b82ea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions x/ccv/provider/client/cli/tx.go
Original file line number Diff line number Diff line change
Expand Up @@ -107,8 +107,8 @@ func NewSubmitConsumerMisbehaviourCmd() *cobra.Command {
Use: "submit-consumer-misbehaviour [misbehaviour]",
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.
fmt.Sprintf(`Submit an IBC misbehaviour detected on a consumer chain.
An IBC misbehaviour contains two conflicting IBC client headers, which are used to form a light client attack evidence.
The misbehaviour type definition can be found in the IBC client messages, see ibc-go/proto/ibc/core/client/v1/tx.proto.
Examples:
Expand Down

0 comments on commit d2b82ea

Please sign in to comment.