good morning!!!!

Skip to content
Snippets Groups Projects
Unverified Commit 5869789d authored by Mike Burr's avatar Mike Burr Committed by GitHub
Browse files

ethstats: fix typo in comment (#22952)

Trivial but helpful to understanding.
parent c73652da
No related branches found
No related tags found
No related merge requests found
......@@ -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
// unknown packets.
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()
for {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment