From 74cf97b7e68700d8b20e61da70dbf74f7f811fa7 Mon Sep 17 00:00:00 2001 From: Alexander Bezobchuk Date: Tue, 30 Jun 2020 16:59:21 -0400 Subject: [PATCH] Merge PR #6525: x/bank: Refactor CLI & Tests --- cmd/simcli/main.go | 1 + 1 file changed, 1 insertion(+) diff --git a/cmd/simcli/main.go b/cmd/simcli/main.go index 1b3eae7194c9..cfcdbbc1c617 100644 --- a/cmd/simcli/main.go +++ b/cmd/simcli/main.go @@ -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