Upped protocol version

This commit is contained in:
obscuren
2014-12-04 15:31:48 +01:00
parent 296112848c
commit 73c4ca3a6f
4 changed files with 4 additions and 6 deletions

View File

@ -756,7 +756,6 @@ func (p *Peer) handleHandshake(msg *wire.Msg) {
// Check correctness of p2p protocol version
if p2pVersion != P2PVersion {
fmt.Println(p)
peerlogger.Debugf("Invalid P2P version. Require protocol %d, received %d\n", P2PVersion, p2pVersion)
p.Stop()
return