aboutsummaryrefslogtreecommitdiffstats
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
parent6b92d541dabc289043529f65e586e40c4613e7f8 (diff)
downloadgo-tangerine-27cb0750c1deaed040876abdab1386a6687d7999.tar
go-tangerine-27cb0750c1deaed040876abdab1386a6687d7999.tar.gz
go-tangerine-27cb0750c1deaed040876abdab1386a6687d7999.tar.bz2
go-tangerine-27cb0750c1deaed040876abdab1386a6687d7999.tar.lz
go-tangerine-27cb0750c1deaed040876abdab1386a6687d7999.tar.xz
go-tangerine-27cb0750c1deaed040876abdab1386a6687d7999.tar.zst
go-tangerine-27cb0750c1deaed040876abdab1386a6687d7999.zip
Procotol version bump for uncle list change
-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