miner info: Don't print random config values
This commit is contained in:
parent
c31774b08e
commit
827ec75f5f
@ -236,13 +236,6 @@ func infoCmdAct(cctx *cli.Context) error {
|
|||||||
|
|
||||||
fmt.Println()
|
fmt.Println()
|
||||||
|
|
||||||
sealdur, err := nodeApi.SectorGetExpectedSealDuration(ctx)
|
|
||||||
if err != nil {
|
|
||||||
return err
|
|
||||||
}
|
|
||||||
|
|
||||||
fmt.Printf("Expected Seal Duration: %s\n\n", sealdur)
|
|
||||||
|
|
||||||
if !cctx.Bool("hide-sectors-info") {
|
if !cctx.Bool("hide-sectors-info") {
|
||||||
fmt.Println("Sectors:")
|
fmt.Println("Sectors:")
|
||||||
err = sectorsInfo(ctx, nodeApi)
|
err = sectorsInfo(ctx, nodeApi)
|
||||||
|
Loading…
Reference in New Issue
Block a user