Skip to content

Commit

Permalink
chore: adding queries to cmd builder (#1057)
Browse files Browse the repository at this point in the history
  • Loading branch information
damiannolan authored Mar 3, 2022
1 parent f3ee8de commit db88c84
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions modules/apps/29-fee/client/cli/cli.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ func GetQueryCmd() *cobra.Command {

queryCmd.AddCommand(
GetCmdTotalRecvFees(),
GetCmdTotalAckFees(),
GetCmdTotalTimeoutFees(),
)

return queryCmd
Expand Down

0 comments on commit db88c84

Please sign in to comment.