Skip to content

Commit

Permalink
add query flags to command for querying counterparty address (#1313)
Browse files Browse the repository at this point in the history
  • Loading branch information
crodriguezvega authored Apr 29, 2022
1 parent f2577f9 commit f962485
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions modules/apps/29-fee/client/cli/query.go
Original file line number Diff line number Diff line change
Expand Up @@ -272,6 +272,8 @@ func GetCmdCounterpartyAddress() *cobra.Command {
},
}

flags.AddQueryFlagsToCmd(cmd)

return cmd
}

Expand Down

0 comments on commit f962485

Please sign in to comment.