Add missing cmd

This commit is contained in:
Alessio Treglia 2018-11-22 15:49:56 +00:00
parent b8b502c43a
commit c22b400ba8
1 changed files with 1 additions and 0 deletions

View File

@ -85,6 +85,7 @@ func main() {
stakecmd.GetCmdQueryRedelegation(storeStake, cdc), stakecmd.GetCmdQueryRedelegation(storeStake, cdc),
stakecmd.GetCmdQueryRedelegations(storeStake, cdc), stakecmd.GetCmdQueryRedelegations(storeStake, cdc),
slashingcmd.GetCmdQuerySigningInfo(storeSlashing, cdc), slashingcmd.GetCmdQuerySigningInfo(storeSlashing, cdc),
stakecmd.GetCmdQueryValidatorDelegations(storeStake, cdc),
authcmd.GetAccountCmd(storeAcc, cdc), authcmd.GetAccountCmd(storeAcc, cdc),
) )