mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-20 10:52:25 +00:00
Update les/server_handler.go
Co-Authored-By: ligi <ligi@ligi.de>
This commit is contained in:
parent
5cbfbfff2d
commit
3ffce8c067
1 changed files with 1 additions and 1 deletions
|
|
@ -128,7 +128,7 @@ func (h *serverHandler) handle(p *peer) error {
|
|||
}
|
||||
// Reject light clients if server is not synced.
|
||||
if !h.synced() {
|
||||
p.Log().Debug("Light server not synced, so it's rejecting client", p)
|
||||
p.Log().Debug("Light server not synced, so it's rejecting the client", p)
|
||||
return p2p.DiscRequested
|
||||
}
|
||||
defer p.fcClient.Disconnect()
|
||||
|
|
|
|||
Loading…
Reference in a new issue