add comma
This commit is contained in:
parent
0e88f32d66
commit
619ee1e6f9
@ -30,10 +30,10 @@ var postFindCmd = &cli.Command{
|
|||||||
Usage: "only print addrs of miners with more than zero power",
|
Usage: "only print addrs of miners with more than zero power",
|
||||||
},
|
},
|
||||||
&cli.IntFlag{
|
&cli.IntFlag{
|
||||||
Name: "lookback",
|
Name: "lookback",
|
||||||
Usage: "number of past epochs to search for post",
|
Usage: "number of past epochs to search for post",
|
||||||
Value: 2880, //default 1 day
|
Value: 2880, //default 1 day
|
||||||
}
|
},
|
||||||
},
|
},
|
||||||
Action: func(c *cli.Context) error {
|
Action: func(c *cli.Context) error {
|
||||||
api, acloser, err := lcli.GetFullNodeAPI(c)
|
api, acloser, err := lcli.GetFullNodeAPI(c)
|
||||||
|
Loading…
Reference in New Issue
Block a user