add back in CLI command after rebase

This commit is contained in:
Jack Zampolin 2018-11-13 11:10:06 -08:00
parent 695395aca8
commit 4ebe99b00f
1 changed files with 1 additions and 0 deletions

View File

@ -36,6 +36,7 @@ func queryCmd(cdc *amino.Codec) *cobra.Command {
stakecmd.GetCmdQueryRedelegations(storeStake, cdc),
stakecmd.GetCmdQueryValidator(storeStake, cdc),
stakecmd.GetCmdQueryValidators(storeStake, cdc),
stakecmd.GetCmdQueryValidatorDelegations(storeStake, cdc),
stakecmd.GetCmdQueryValidatorUnbondingDelegations(queryRouteStake, cdc),
stakecmd.GetCmdQueryValidatorRedelegations(queryRouteStake, cdc),
stakecmd.GetCmdQueryParams(storeStake, cdc),