Skip to content

Commit

Permalink
fixed typo in intx cli command
Browse files Browse the repository at this point in the history
  • Loading branch information
kingpinXD committed Oct 18, 2023
1 parent 1ab1338 commit 7ff5275
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x/crosschain/client/cli/cli_in_tx_tracker.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import (
func CmdAddToInTxTracker() *cobra.Command {
cmd := &cobra.Command{
Use: "add-to-in-tx-tracker [chain-id] [tx-hash] [coin-type]",
Short: `Add a out-tx-tracker
Short: `Add a in-tx-tracker
Use 0:Zeta,1:Gas,2:ERC20`,
Args: cobra.ExactArgs(3),
RunE: func(cmd *cobra.Command, args []string) (err error) {
Expand Down

0 comments on commit 7ff5275

Please sign in to comment.