Skip to content

Commit

Permalink
Update x/crosschain/client/cli/query_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 7829fac commit 49f4233
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x/crosschain/client/cli/query_outbound_tracker.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import (
func CmdListOutboundTracker() *cobra.Command {
cmd := &cobra.Command{
Use: "list-outbound-tracker",
Short: "list all OutboundTracker",
Short: "list all outbound trackers",
RunE: func(cmd *cobra.Command, _ []string) error {
clientCtx := client.GetClientContextFromCmd(cmd)

Expand Down

0 comments on commit 49f4233

Please sign in to comment.