miner info: Don't print random config values

This commit is contained in:
Łukasz Magiera 2020-12-01 19:23:29 +01:00
parent c31774b08e
commit 827ec75f5f

View File

@ -236,13 +236,6 @@ func infoCmdAct(cctx *cli.Context) error {
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") {
fmt.Println("Sectors:")
err = sectorsInfo(ctx, nodeApi)