aboutsummaryrefslogtreecommitdiffstats
path: root/peer.go
diff options
context:
space:
mode:
authorobscuren <geffobscura@gmail.com>2014-05-21 04:45:01 +0800
committerobscuren <geffobscura@gmail.com>2014-05-21 04:45:01 +0800
commit6ef2832083ad9d1e3cb1895f1aa836517dbf042d (patch)
treed5c41b4dc55fd6c9036b5356046488d6d4c8d7ef /peer.go
parent47fd4833eea70709e11df19b72ed59149dc95417 (diff)
downloaddexon-6ef2832083ad9d1e3cb1895f1aa836517dbf042d.tar
dexon-6ef2832083ad9d1e3cb1895f1aa836517dbf042d.tar.gz
dexon-6ef2832083ad9d1e3cb1895f1aa836517dbf042d.tar.bz2
dexon-6ef2832083ad9d1e3cb1895f1aa836517dbf042d.tar.lz
dexon-6ef2832083ad9d1e3cb1895f1aa836517dbf042d.tar.xz
dexon-6ef2832083ad9d1e3cb1895f1aa836517dbf042d.tar.zst
dexon-6ef2832083ad9d1e3cb1895f1aa836517dbf042d.zip
Upped prot
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 b2e751b44..690281da9 100644
--- a/peer.go
+++ b/peer.go
@@ -18,7 +18,7 @@ const (
// The size of the output buffer for writing messages
outputBufferSize = 50
// Current protocol version
- ProtocolVersion = 11
+ ProtocolVersion = 12
)
type DiscReason byte