From d2b82ea53c7b0b5ec60aef1ef8b32f08013256ef Mon Sep 17 00:00:00 2001 From: Marius Poke Date: Fri, 11 Aug 2023 19:27:35 +0200 Subject: [PATCH] Update x/ccv/provider/client/cli/tx.go Co-authored-by: Anca Zamfir --- x/ccv/provider/client/cli/tx.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/x/ccv/provider/client/cli/tx.go b/x/ccv/provider/client/cli/tx.go index a7e3ae000f..1cad8b38ce 100644 --- a/x/ccv/provider/client/cli/tx.go +++ b/x/ccv/provider/client/cli/tx.go @@ -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: