Update cmd/lotus-miner/precommits-info.go

Co-authored-by: Łukasz Magiera <magik6k@users.noreply.github.com>
This commit is contained in:
swift-mx 2022-05-24 00:11:59 +08:00 committed by GitHub
parent 3ea55333a8
commit 0b3ee32ce4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,7 +14,7 @@ import (
)
var sectorPreCommitsCmd = &cli.Command{
Name: "precommits-info",
Name: "precommits",
Usage: "Print precommits info",
Action: func(cctx *cli.Context) error {
ctx := lcli.ReqContext(cctx)