Add command to unregister miner from full node manually

This commit is contained in:
whyrusleeping
2019-10-31 15:04:13 -07:00
parent bad7b76165
commit a954ebc6b6
5 changed files with 40 additions and 5 deletions
+1
View File
@@ -122,6 +122,7 @@ var Commands = []*cli.Command{
sendCmd,
stateCmd,
syncCmd,
unregisterMinerCmd,
versionCmd,
walletCmd,
}