Skip to content

Commit

Permalink
Update modules/apps/27-interchain-accounts/controller/client/cli/quer…
Browse files Browse the repository at this point in the history
…y.go
  • Loading branch information
damiannolan authored Sep 8, 2022
1 parent 36718dd commit 138d0c0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ func GetCmdQueryInterchainAccount() *cobra.Command {
Short: "Query the interchain account address for a given owner on a particular connection",
Long: "Query the controller submodule for the interchain account address for a given owner on a particular connection",
Args: cobra.ExactArgs(2),
Example: fmt.Sprintf("%s query interchain-accounts controller interchain-account connection-0 cosmos1layxcsmyye0dc0har9sdfzwckaz8sjwlfsj8zs", version.AppName),
Example: fmt.Sprintf("%s query interchain-accounts controller interchain-account cosmos1layxcsmyye0dc0har9sdfzwckaz8sjwlfsj8zs connection-0", version.AppName),
RunE: func(cmd *cobra.Command, args []string) error {
clientCtx, err := client.GetClientQueryContext(cmd)
if err != nil {
Expand Down

0 comments on commit 138d0c0

Please sign in to comment.