forked from cerc-io/plugeth
ethstats: fix typo in comment (#22952)
Trivial but helpful to understanding.
This commit is contained in:
parent
c73652da0b
commit
5869789d75
@ -353,7 +353,7 @@ func (s *Service) loop(chainHeadCh chan core.ChainHeadEvent, txEventCh chan core
|
|||||||
// it, if they themselves are requests it initiates a reply, and lastly it drops
|
// it, if they themselves are requests it initiates a reply, and lastly it drops
|
||||||
// unknown packets.
|
// unknown packets.
|
||||||
func (s *Service) readLoop(conn *connWrapper) {
|
func (s *Service) readLoop(conn *connWrapper) {
|
||||||
// If the read loop exists, close the connection
|
// If the read loop exits, close the connection
|
||||||
defer conn.Close()
|
defer conn.Close()
|
||||||
|
|
||||||
for {
|
for {
|
||||||
|
Loading…
Reference in New Issue
Block a user