Skip to content

Commit

Permalink
typos tx_bid_alias.go
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcofann authored Jan 2, 2025
1 parent 0256f7e commit 5be9503
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions x/dymns/client/cli/tx_bid_alias.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@ import (
"github.com/spf13/cobra"
)

// NewPlaceBidOnAliasOrderTxCmd is the CLI command for placing a bid on a Alias/Handle Sell-Order.
// NewPlaceBidOnAliasOrderTxCmd is the CLI command for placing a bid on an Alias/Handle Sell-Order.
func NewPlaceBidOnAliasOrderTxCmd() *cobra.Command {
cmd := &cobra.Command{
Use: fmt.Sprintf("bid-alias [Alias] [amount] %s", params.DisplayDenom),
Aliases: []string{"bid-handle"},
Short: "place a bid on a Alias/Handle Sell-Order",
Short: "place a bid on an Alias/Handle Sell-Order",
Example: fmt.Sprintf(
"$ %s tx %s bid-alias dym 100 %s --%s sequencer",
version.AppName, dymnstypes.ModuleName, params.DisplayDenom, flags.FlagFrom,
Expand Down

0 comments on commit 5be9503

Please sign in to comment.