We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c22fdec commit 8045504Copy full SHA for 8045504
les/server_handler.go
@@ -128,6 +128,7 @@ func (h *serverHandler) handle(p *peer) error {
128
}
129
// Reject light clients if server is not synced.
130
if !h.synced() {
131
+ p.Log().Debug("Light server not synced, rejecting peer")
132
return p2p.DiscRequested
133
134
defer p.fcClient.Disconnect()
0 commit comments