Skip to content

Commit

Permalink
fix: start a new line in print miner-info to avoid ambiguous display
Browse files Browse the repository at this point in the history
  • Loading branch information
wangchao authored and codefather-filestar committed Jun 17, 2021
1 parent e22e320 commit adcbf54
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cli/state.go
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit adcbf54

Please sign in to comment.