aboutsummaryrefslogtreecommitdiffstats
path: root/peer.go
diff options
context:
space:
mode:
authorobscuren <geffobscura@gmail.com>2014-05-20 19:29:46 +0800
committerobscuren <geffobscura@gmail.com>2014-05-20 19:29:46 +0800
commitb4e156e1d723fe53eff238a634f6e83cb9d80492 (patch)
tree7e8fa4b91533704287a9bb35870fd8ec1364e7b7 /peer.go
parent6a31d55b2e2d95dd64e3d56b0c12e9ffb7c1c373 (diff)
downloaddexon-b4e156e1d723fe53eff238a634f6e83cb9d80492.tar
dexon-b4e156e1d723fe53eff238a634f6e83cb9d80492.tar.gz
dexon-b4e156e1d723fe53eff238a634f6e83cb9d80492.tar.bz2
dexon-b4e156e1d723fe53eff238a634f6e83cb9d80492.tar.lz
dexon-b4e156e1d723fe53eff238a634f6e83cb9d80492.tar.xz
dexon-b4e156e1d723fe53eff238a634f6e83cb9d80492.tar.zst
dexon-b4e156e1d723fe53eff238a634f6e83cb9d80492.zip
Up protocol version
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 4a390f015..993f48d20 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 = 9
+ ProtocolVersion = 10
)
type DiscReason byte