From fe3a591551a1c4f61aa3669efa8f51f7a13e63d6 Mon Sep 17 00:00:00 2001 From: Daniel Date: Fri, 28 Oct 2022 16:35:48 +0100 Subject: [PATCH] Renames tx func call --- 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 7ead2979df..2b7938cd0c 100644 --- a/x/ccv/provider/client/cli/tx.go +++ b/x/ccv/provider/client/cli/tx.go @@ -32,13 +32,13 @@ func GetTxCmd() *cobra.Command { RunE: client.ValidateCmd, } - cmd.AddCommand(NewCreateValidatorCmd()) + cmd.AddCommand(NewDesignateConsensusKeyForConsumerChainCmd()) // this line is used by starport scaffolding # 1 return cmd } -func NewCreateValidatorCmd() *cobra.Command { +func NewDesignateConsensusKeyForConsumerChainCmd() *cobra.Command { cmd := &cobra.Command{ Use: ":TODO:", Short: ":TODO:",