Fix missing flags issue

This commit is contained in:
Jack Zampolin 2018-11-07 15:35:12 -08:00
parent d4fb6d4ebe
commit c20e383d7f
1 changed files with 1 additions and 1 deletions

View File

@ -71,7 +71,7 @@ func queryCmd(cdc *amino.Codec) *cobra.Command {
tx.SearchTxCmd(cdc),
tx.QueryTxCmd(cdc),
client.LineBreak,
authcmd.GetAccountCmd(storeAcc, cdc, authcmd.GetAccountDecoder(cdc)),
client.GetCommands(authcmd.GetAccountCmd(storeAcc, cdc, authcmd.GetAccountDecoder(cdc)))[0],
stakeQueryCmd,
govQueryCmd,
slashingQueryCmd,