Skip to content

Commit

Permalink
Update x/crosschain/client/cli/tx_add_outbound_tracker.go
Browse files Browse the repository at this point in the history
Co-authored-by: Charlie Chen <[email protected]>
  • Loading branch information
lumtis and ws4charlie authored May 20, 2024
1 parent 26cb0b1 commit fb3d993
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x/crosschain/client/cli/tx_add_outbound_tracker.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import (
func CmdAddOutboundTracker() *cobra.Command {
cmd := &cobra.Command{
Use: "add-outbound-tracker [chain] [nonce] [tx-hash]",
Short: "Add a outbound-tracker",
Short: "Add an outbound tracker",
Args: cobra.ExactArgs(3),
RunE: func(cmd *cobra.Command, args []string) (err error) {
argChain, err := strconv.ParseInt(args[0], 10, 64)
Expand Down

0 comments on commit fb3d993

Please sign in to comment.