Skip to content

Commit

Permalink
add balances subcommand to root
Browse files Browse the repository at this point in the history
  • Loading branch information
dreamer-zq committed Apr 18, 2024
1 parent 92cb6ec commit 946b915
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modules/token/client/cli/query.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ func GetQueryCmd() *cobra.Command {
GetCmdQueryFee(),
GetCmdQueryTotalBurn(),
GetCmdQueryParams(),
GetCmdQueryBalances(),
)

return queryCmd
Expand Down

0 comments on commit 946b915

Please sign in to comment.