make lotus-miner net commands hit markets subsystem.

This commit is contained in:
Raúl Kripalani
2021-08-12 11:15:00 +01:00
parent af9a71ac7c
commit 5f6166435c
2 changed files with 18 additions and 3 deletions
+1 -1
View File
@@ -58,7 +58,7 @@ var GetMarketsAPI = cliutil.GetMarketsAPI
var GetWorkerAPI = cliutil.GetWorkerAPI
var CommonCommands = []*cli.Command{
NetCmd,
// NetCmd: no longer a common command, since lotus-miner nodes without a markets subsystem no longer run a libp2p node
AuthCmd,
LogCmd,
WaitApiCmd,