Add missing cmd
This commit is contained in:
parent
b8b502c43a
commit
c22b400ba8
|
@ -85,6 +85,7 @@ func main() {
|
|||
stakecmd.GetCmdQueryRedelegation(storeStake, cdc),
|
||||
stakecmd.GetCmdQueryRedelegations(storeStake, cdc),
|
||||
slashingcmd.GetCmdQuerySigningInfo(storeSlashing, cdc),
|
||||
stakecmd.GetCmdQueryValidatorDelegations(storeStake, cdc),
|
||||
authcmd.GetAccountCmd(storeAcc, cdc),
|
||||
)
|
||||
|
||||
|
|
Loading…
Reference in New Issue