diff options
author | obscuren <geffobscura@gmail.com> | 2014-10-28 00:02:45 +0800 |
---|---|---|
committer | obscuren <geffobscura@gmail.com> | 2014-10-28 00:02:45 +0800 |
commit | 11b3f975205fad8a331fa9a0e1d65ada544b84bc (patch) | |
tree | bd21168357757be85e016e4653325e796ac504d3 /peer.go | |
parent | 10782c5aae51a766ab583a9d563cb2ff8a64e89d (diff) | |
download | dexon-11b3f975205fad8a331fa9a0e1d65ada544b84bc.tar.gz dexon-11b3f975205fad8a331fa9a0e1d65ada544b84bc.tar.zst dexon-11b3f975205fad8a331fa9a0e1d65ada544b84bc.zip |
Upped protocol
Diffstat (limited to 'peer.go')
-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 = 36 + ProtocolVersion = 37 // Current P2P version P2PVersion = 2 // Ethereum network version |