Update cmd/lotus-miner/precommits-info.go
Co-authored-by: Łukasz Magiera <magik6k@users.noreply.github.com>
This commit is contained in:
parent
3ea55333a8
commit
0b3ee32ce4
@ -14,7 +14,7 @@ import (
|
|||||||
)
|
)
|
||||||
|
|
||||||
var sectorPreCommitsCmd = &cli.Command{
|
var sectorPreCommitsCmd = &cli.Command{
|
||||||
Name: "precommits-info",
|
Name: "precommits",
|
||||||
Usage: "Print precommits info",
|
Usage: "Print precommits info",
|
||||||
Action: func(cctx *cli.Context) error {
|
Action: func(cctx *cli.Context) error {
|
||||||
ctx := lcli.ReqContext(cctx)
|
ctx := lcli.ReqContext(cctx)
|
||||||
|
Loading…
Reference in New Issue
Block a user