consensus/clique: remove redundant pair of parentheses (#21104)
This commit is contained in:
parent
4f2784b38f
commit
25a661e0c2
@ -170,7 +170,7 @@ func (api *API) Status() (*status, error) {
|
||||
signStatus[sealer]++
|
||||
}
|
||||
return &status{
|
||||
InturnPercent: float64((100 * optimals)) / float64(numBlocks),
|
||||
InturnPercent: float64(100*optimals) / float64(numBlocks),
|
||||
SigningStatus: signStatus,
|
||||
NumBlocks: numBlocks,
|
||||
}, nil
|
||||
|
Loading…
Reference in New Issue
Block a user