Skip to content

Commit

Permalink
Renames tx func call
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel committed Oct 28, 2022
1 parent 617d7c4 commit fe3a591
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 @@ -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:",
Expand Down

0 comments on commit fe3a591

Please sign in to comment.