good morning!!!!

Skip to content
Snippets Groups Projects
Unverified Commit 25a661e0 authored by yutianwu's avatar yutianwu Committed by GitHub
Browse files

consensus/clique: remove redundant pair of parentheses (#21104)

parent 4f2784b3
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment