Skip to content

Commit

Permalink
Merge PR cosmos#6525: x/bank: Refactor CLI & Tests
Browse files Browse the repository at this point in the history
  • Loading branch information
alexanderbez committed Jun 30, 2020
1 parent 8a75d86 commit 74cf97b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmd/simcli/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,7 @@ func queryCmd(config simappparams.EncodingConfig) *cobra.Command {
clientCtx = clientCtx.
WithJSONMarshaler(config.Marshaler).
WithCodec(cdc)

simapp.ModuleBasics.AddQueryCommands(queryCmd, clientCtx)

return queryCmd
Expand Down

0 comments on commit 74cf97b

Please sign in to comment.