Skip to content

Commit

Permalink
Merge pull request #148 from DecentralCardGame/147-rename-txs-clientside
Browse files Browse the repository at this point in the history
147 rename txs clientside
  • Loading branch information
lxgr-linux committed Oct 7, 2023
2 parents d224da1 + 8d32f4e commit 467e685
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion x/cardchain/client/cli/tx_buy_set.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ var _ = strconv.Itoa(0)

func CmdBuyBoosterPack() *cobra.Command {
cmd := &cobra.Command{
Use: "buy-set [set-id]",
Use: "buy-booster-pack [set-id]",
Short: "Broadcast message BuyBoosterPack",
Args: cobra.ExactArgs(1),
RunE: func(cmd *cobra.Command, args []string) (err error) {
Expand Down
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 467e685

Please sign in to comment.