add an id command
This commit is contained in:
+4
-3
@@ -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,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user