diff --git a/ethstats/ethstats.go b/ethstats/ethstats.go index 9f3d7237e9..9405f74eb5 100644 --- a/ethstats/ethstats.go +++ b/ethstats/ethstats.go @@ -166,7 +166,7 @@ func (s *Service) loop() { HandleLoop: for { select { - // Notify of chain head events, but drop if too frequent + // Notify of chain head events case head := <-chainHeadCh: select { case headCh <- head.Block: