fix: start a new line in print miner-info to avoid ambiguous display
This commit is contained in:
parent
aa278443d3
commit
9ade05b33b
@ -128,6 +128,7 @@ var stateMinerInfo = &cli.Command{
|
|||||||
}
|
}
|
||||||
fmt.Printf("%s ", a)
|
fmt.Printf("%s ", a)
|
||||||
}
|
}
|
||||||
|
fmt.Println()
|
||||||
fmt.Printf("Consensus Fault End:\t%d\n", mi.ConsensusFaultElapsed)
|
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)
|
fmt.Printf("SectorSize:\t%s (%d)\n", types.SizeStr(types.NewInt(uint64(mi.SectorSize))), mi.SectorSize)
|
||||||
|
Loading…
Reference in New Issue
Block a user