Skip to content

Commit

Permalink
Renamed buy-set to buy-booster-pack in cli
Browse files Browse the repository at this point in the history
  • Loading branch information
lxgr-linux committed Oct 6, 2023
1 parent f61cb36 commit b6c7eaf
Showing 1 changed file with 1 addition and 1 deletion.
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

0 comments on commit b6c7eaf

Please sign in to comment.