add an id command

This commit is contained in:
whyrusleeping
2019-07-22 12:36:37 -07:00
parent 13e217987b
commit 57df9fdd9e
2 changed files with 32 additions and 3 deletions
+4 -3
View File
@@ -59,12 +59,13 @@ func reqContext(cctx *cli.Context) context.Context {
}
var Commands = []*cli.Command{
clientCmd,
chainCmd,
clientCmd,
idCmd,
minerCmd,
mpoolCmd,
netCmd,
versionCmd,
mpoolCmd,
minerCmd,
walletCmd,
createMinerCmd,
}