diff options
author | obscuren <geffobscura@gmail.com> | 2014-12-10 03:28:36 +0800 |
---|---|---|
committer | obscuren <geffobscura@gmail.com> | 2014-12-10 03:28:36 +0800 |
commit | df5157c0b0be0feb5366070f7f5d0c6321513bf4 (patch) | |
tree | 1f73878c59191aa5749558f72b0ef5b199b61b94 /peer.go | |
parent | acf4b5753fd473f048176a12c42e1b8209035b57 (diff) | |
download | go-tangerine-df5157c0b0be0feb5366070f7f5d0c6321513bf4.tar go-tangerine-df5157c0b0be0feb5366070f7f5d0c6321513bf4.tar.gz go-tangerine-df5157c0b0be0feb5366070f7f5d0c6321513bf4.tar.bz2 go-tangerine-df5157c0b0be0feb5366070f7f5d0c6321513bf4.tar.lz go-tangerine-df5157c0b0be0feb5366070f7f5d0c6321513bf4.tar.xz go-tangerine-df5157c0b0be0feb5366070f7f5d0c6321513bf4.tar.zst go-tangerine-df5157c0b0be0feb5366070f7f5d0c6321513bf4.zip |
PV49
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 = 48 + ProtocolVersion = 49 // Current P2P version P2PVersion = 2 // Ethereum network version |