ethstats: Fix ethstats reporting while syncing

parent c786f753
...@@ -613,6 +613,7 @@ func (s *Service) reportHistory(conn *websocket.Conn, list []uint64) error { ...@@ -613,6 +613,7 @@ func (s *Service) reportHistory(conn *websocket.Conn, list []uint64) error {
} }
// Ran out of blocks, cut the report short and send // Ran out of blocks, cut the report short and send
history = history[len(history)-i:] history = history[len(history)-i:]
break
} }
// Assemble the history report and send it to the server // Assemble the history report and send it to the server
if len(history) > 0 { if len(history) > 0 {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment