fix: start a new line in print miner-info to avoid ambiguous display

This commit is contained in:
wangchao 2020-11-27 15:14:58 +08:00
parent aa278443d3
commit 9ade05b33b

View File

@ -128,6 +128,7 @@ var stateMinerInfo = &cli.Command{
}
fmt.Printf("%s ", a)
}
fmt.Println()
fmt.Printf("Consensus Fault End:\t%d\n", mi.ConsensusFaultElapsed)
fmt.Printf("SectorSize:\t%s (%d)\n", types.SizeStr(types.NewInt(uint64(mi.SectorSize))), mi.SectorSize)