From d458edab70e0b9d6a662f3c80e3752df28f6edeb Mon Sep 17 00:00:00 2001 From: Simon Noetzlin Date: Thu, 16 Nov 2023 14:43:23 +0100 Subject: [PATCH] Update x/ccv/provider/client/cli/tx.go Co-authored-by: insumity --- x/ccv/provider/client/cli/tx.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x/ccv/provider/client/cli/tx.go b/x/ccv/provider/client/cli/tx.go index f6ef988299..7349f0b06b 100644 --- a/x/ccv/provider/client/cli/tx.go +++ b/x/ccv/provider/client/cli/tx.go @@ -128,7 +128,7 @@ func NewSubmitConsumerDoubleVotingCmd() *cobra.Command { Use: "submit-consumer-double-voting [evidence] [infraction_header]", Short: "submit a double voting evidence for a consumer chain", Long: strings.TrimSpace( - fmt.Sprintf(`Submit a Tendermint duplicated vote evidence detected on a consumer chain with + fmt.Sprintf(`Submit a Tendermint duplicate vote evidence detected on a consumer chain with the IBC light client header for the infraction height. The DuplicateVoteEvidence type definition can be found in the Tendermint messages, see cometbft/proto/tendermint/types/evidence.proto and the IBC header