mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-19 10:22:23 +00:00
ethstats: minor comment clarification
This commit is contained in:
parent
040aa2bb10
commit
7f9252ad05
1 changed files with 1 additions and 1 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in a new issue