diff options
author | obscuren <geffobscura@gmail.com> | 2014-10-21 19:43:30 +0800 |
---|---|---|
committer | obscuren <geffobscura@gmail.com> | 2014-10-21 19:43:30 +0800 |
commit | 27cb0750c1deaed040876abdab1386a6687d7999 (patch) | |
tree | fe449b50893070b7edf8ddcc1e33e328e8f27445 | |
parent | 6b92d541dabc289043529f65e586e40c4613e7f8 (diff) | |
download | go-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.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |