Skip to content

Commit

Permalink
fix zetacored show-out-tx-tracker cli
Browse files Browse the repository at this point in the history
  • Loading branch information
brewmaster012 committed Feb 5, 2024
1 parent 83568e2 commit d399cf5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x/crosschain/client/cli/cli_out_tx_tracker.go
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ func CmdShowOutTxTracker() *cobra.Command {
cmd := &cobra.Command{
Use: "show-out-tx-tracker [chainId] [nonce]",
Short: "shows a OutTxTracker",
Args: cobra.ExactArgs(1),
Args: cobra.ExactArgs(2),
RunE: func(cmd *cobra.Command, args []string) (err error) {
clientCtx := client.GetClientContextFromCmd(cmd)

Expand Down

0 comments on commit d399cf5

Please sign in to comment.