Skip to content

Commit

Permalink
Merge pull request ethereum#24210 from holiman/whitelist_investigate
Browse files Browse the repository at this point in the history
eth: continue after whitelist check
  • Loading branch information
karalabe authored and jagdeep sidhu committed Jan 10, 2022
1 parent 36c02d7 commit 775a54d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eth/handler.go
Expand Up @@ -441,7 +441,7 @@ func (h *handler) runEthPeer(peer *eth.Peer, handler eth.Handler) error {
return
}
peer.Log().Debug("Whitelist block verified", "number", number, "hash", hash)

res.Done <- nil
case <-timeout.C:
peer.Log().Warn("Whitelist challenge timed out, dropping", "addr", peer.RemoteAddr(), "type", peer.Name())
h.removePeer(peer.ID())
Expand Down

0 comments on commit 775a54d

Please sign in to comment.