diff options
Diffstat (limited to 'ethstats')
-rw-r--r-- | ethstats/ethstats.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ethstats/ethstats.go b/ethstats/ethstats.go index 77784ff4a..7065d7162 100644 --- a/ethstats/ethstats.go +++ b/ethstats/ethstats.go @@ -193,7 +193,6 @@ func (s *Service) loop() { } } close(quitCh) - return }() // Loop reporting until termination for { |