Merge pull request #2674 from filecoin-project/asr/multiaddrs

Include listen addresses in CLI miner info
This commit is contained in:
Łukasz Magiera
2020-07-30 03:52:36 +02:00
committed by GitHub
2 changed files with 11 additions and 1 deletions
+1 -1
View File
@@ -24,7 +24,7 @@ var actorCmd = &cli.Command{
var actorSetAddrsCmd = &cli.Command{
Name: "set-addrs",
Usage: "set addresses that your miner can be publically dialed on",
Usage: "set addresses that your miner can be publicly dialed on",
Flags: []cli.Flag{
&cli.Int64Flag{
Name: "gas-limit",