get rid of candidacy references

This commit is contained in:
rigelrozanski
2018-05-31 14:57:09 -07:00
parent afc2bbfe09
commit 952aedc4f1
15 changed files with 96 additions and 96 deletions
+2 -2
View File
@@ -59,8 +59,8 @@ func main() {
bankcmd.SendTxCmd(cdc),
ibccmd.IBCTransferCmd(cdc),
ibccmd.IBCRelayCmd(cdc),
stakecmd.GetCmdDeclareCandidacy(cdc),
stakecmd.GetCmdEditCandidacy(cdc),
stakecmd.GetCmdCreateValidator(cdc),
stakecmd.GetCmdEditValidator(cdc),
stakecmd.GetCmdDelegate(cdc),
stakecmd.GetCmdUnbond(cdc),
)...)