aboutsummaryrefslogtreecommitdiffstats
path: root/peer.go
diff options
context:
space:
mode:
authorobscuren <geffobscura@gmail.com>2014-07-07 22:06:09 +0800
committerobscuren <geffobscura@gmail.com>2014-07-07 22:06:09 +0800
commit6cb35836a20e54765a06f64d9df667e6742d3cfa (patch)
treed47143cdcfb27fc41b77f22ea284a81bd912f8b8 /peer.go
parente4e704f48074161a175cc125c5fabdf94c095ca8 (diff)
downloaddexon-6cb35836a20e54765a06f64d9df667e6742d3cfa.tar
dexon-6cb35836a20e54765a06f64d9df667e6742d3cfa.tar.gz
dexon-6cb35836a20e54765a06f64d9df667e6742d3cfa.tar.bz2
dexon-6cb35836a20e54765a06f64d9df667e6742d3cfa.tar.lz
dexon-6cb35836a20e54765a06f64d9df667e6742d3cfa.tar.xz
dexon-6cb35836a20e54765a06f64d9df667e6742d3cfa.tar.zst
dexon-6cb35836a20e54765a06f64d9df667e6742d3cfa.zip
Upped protocol version number
Diffstat (limited to 'peer.go')
-rw-r--r--peer.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/peer.go b/peer.go
index e11ac0a57..cc2863a33 100644
--- a/peer.go
+++ b/peer.go
@@ -21,7 +21,7 @@ const (
// The size of the output buffer for writing messages
outputBufferSize = 50
// Current protocol version
- ProtocolVersion = 22
+ ProtocolVersion = 23
// Interval for ping/pong message
pingPongTimer = 2 * time.Second
)