ethstats: minor comment clarification

This commit is contained in:
TColl 2018-08-15 15:58:29 +01:00 committed by GitHub
parent 040aa2bb10
commit 7f9252ad05
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -166,7 +166,7 @@ func (s *Service) loop() {
HandleLoop: HandleLoop:
for { for {
select { select {
// Notify of chain head events, but drop if too frequent // Notify of chain head events
case head := <-chainHeadCh: case head := <-chainHeadCh:
select { select {
case headCh <- head.Block: case headCh <- head.Block: