aboutsummaryrefslogtreecommitdiffstats
path: root/peer.go
diff options
context:
space:
mode:
authorobscuren <geffobscura@gmail.com>2014-10-21 19:43:30 +0800
committerobscuren <geffobscura@gmail.com>2014-10-21 19:43:30 +0800
commit27cb0750c1deaed040876abdab1386a6687d7999 (patch)
treefe449b50893070b7edf8ddcc1e33e328e8f27445 /peer.go
parent6b92d541dabc289043529f65e586e40c4613e7f8 (diff)
downloaddexon-27cb0750c1deaed040876abdab1386a6687d7999.tar
dexon-27cb0750c1deaed040876abdab1386a6687d7999.tar.gz
dexon-27cb0750c1deaed040876abdab1386a6687d7999.tar.bz2
dexon-27cb0750c1deaed040876abdab1386a6687d7999.tar.lz
dexon-27cb0750c1deaed040876abdab1386a6687d7999.tar.xz
dexon-27cb0750c1deaed040876abdab1386a6687d7999.tar.zst
dexon-27cb0750c1deaed040876abdab1386a6687d7999.zip
Procotol version bump for uncle list change
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 c5e7b82b5..04ff4af39 100644
--- a/peer.go
+++ b/peer.go
@@ -24,7 +24,7 @@ const (
// The size of the output buffer for writing messages
outputBufferSize = 50
// Current protocol version
- ProtocolVersion = 35
+ ProtocolVersion = 36
// Current P2P version
P2PVersion = 2
// Ethereum network version