Skip to content

Commit

Permalink
Update place order example
Browse files Browse the repository at this point in the history
  • Loading branch information
dzmitryhil committed Dec 13, 2024
1 parent ae5be21 commit cb3a6cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x/dex/client/cli/tx.go
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ func CmdPlaceOrder() *cobra.Command {
fmt.Sprintf(`Place new order.
Example:
$ %s tx %s cored tx dex place-order ORDER_TYPE_LIMIT "my-order-id1" denom1 denom2 1000 SIDE_SELL --price 12e-1 --time-in-force=TIME_IN_FORCE_GTC --from [sender]
$ %s tx %s place-order ORDER_TYPE_LIMIT "my-order-id1" denom1 denom2 1000 SIDE_SELL --price 12e-1 --time-in-force=TIME_IN_FORCE_GTC --from [sender]
`,
version.AppName, types.ModuleName,
),
Expand Down

0 comments on commit cb3a6cd

Please sign in to comment.