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 | |
parent | acf4b5753fd473f048176a12c42e1b8209035b57 (diff) | |
download | dexon-df5157c0b0be0feb5366070f7f5d0c6321513bf4.tar dexon-df5157c0b0be0feb5366070f7f5d0c6321513bf4.tar.gz dexon-df5157c0b0be0feb5366070f7f5d0c6321513bf4.tar.bz2 dexon-df5157c0b0be0feb5366070f7f5d0c6321513bf4.tar.lz dexon-df5157c0b0be0feb5366070f7f5d0c6321513bf4.tar.xz dexon-df5157c0b0be0feb5366070f7f5d0c6321513bf4.tar.zst dexon-df5157c0b0be0feb5366070f7f5d0c6321513bf4.zip |
PV49
-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 |