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:",