From 7f9252ad055b7642a72347add2565cc531bc10b4 Mon Sep 17 00:00:00 2001 From: TColl <38299499+TColl@users.noreply.github.com> Date: Wed, 15 Aug 2018 15:58:29 +0100 Subject: [PATCH] ethstats: minor comment clarification --- ethstats/ethstats.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: