mirror of
https://github.com/status-im/op-geth.git
synced 2025-01-31 17:04:57 +00:00
Made the debug line for invalid peer versions dynamic
This commit is contained in:
parent
36572f03a7
commit
4eb3ad192e
2
peer.go
2
peer.go
@ -549,7 +549,7 @@ func (p *Peer) handleHandshake(msg *ethwire.Msg) {
|
||||
c := msg.Data
|
||||
|
||||
if c.Get(0).Uint() != ProtocolVersion {
|
||||
ethutil.Config.Log.Debugln("Invalid peer version. Require protocol v5")
|
||||
ethutil.Config.Log.Debugln("Invalid peer version. Require protocol:", ProtocolVersion)
|
||||
p.Stop()
|
||||
return
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user