diff options
author | obscuren <geffobscura@gmail.com> | 2014-12-04 22:31:48 +0800 |
---|---|---|
committer | obscuren <geffobscura@gmail.com> | 2014-12-04 22:31:48 +0800 |
commit | 73c4ca3a6fcf948f4bc637f5c1b55277cf64c06f (patch) | |
tree | 06c36a0cf7161b4d05e2b891eb02a3b6661ef322 /peer.go | |
parent | 296112848cfe1a9697bbb92a9deb3eb1e04d6276 (diff) | |
download | dexon-73c4ca3a6fcf948f4bc637f5c1b55277cf64c06f.tar dexon-73c4ca3a6fcf948f4bc637f5c1b55277cf64c06f.tar.gz dexon-73c4ca3a6fcf948f4bc637f5c1b55277cf64c06f.tar.bz2 dexon-73c4ca3a6fcf948f4bc637f5c1b55277cf64c06f.tar.lz dexon-73c4ca3a6fcf948f4bc637f5c1b55277cf64c06f.tar.xz dexon-73c4ca3a6fcf948f4bc637f5c1b55277cf64c06f.tar.zst dexon-73c4ca3a6fcf948f4bc637f5c1b55277cf64c06f.zip |
Upped protocol version
Diffstat (limited to 'peer.go')
-rw-r--r-- | peer.go | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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 |