add comma

This commit is contained in:
ZenGround0 2020-10-13 00:49:32 -04:00
parent 0e88f32d66
commit 619ee1e6f9

View File

@ -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)