Skip to content

Commit

Permalink
Renamed msg-open-match to open-match in cli
Browse files Browse the repository at this point in the history
  • Loading branch information
lxgr-linux committed Oct 6, 2023
1 parent b6c7eaf commit 8d32f4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x/cardchain/client/cli/tx_msg_open_match.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ var _ = strconv.Itoa(0)

func CmdMsgOpenMatch() *cobra.Command {
cmd := &cobra.Command{
Use: "msg-open-match",
Use: "open-match",
Short: "Broadcast message OpenMatch",
Args: cobra.ExactArgs(0),
RunE: func(cmd *cobra.Command, args []string) (err error) {
Expand Down

0 comments on commit 8d32f4e

Please sign in to comment.