diff options
author | obscuren <geffobscura@gmail.com> | 2014-11-14 20:47:12 +0800 |
---|---|---|
committer | obscuren <geffobscura@gmail.com> | 2014-11-14 20:47:12 +0800 |
commit | f6e55962a8cadfb440dd03467017941b96838362 (patch) | |
tree | 259bdf39e8697f03c0f1944d4c33cbfb21277204 /peer.go | |
parent | 20d518ee959f1621a5accf1f3432282a6c0d6c3c (diff) | |
download | go-tangerine-f6e55962a8cadfb440dd03467017941b96838362.tar.gz go-tangerine-f6e55962a8cadfb440dd03467017941b96838362.tar.zst go-tangerine-f6e55962a8cadfb440dd03467017941b96838362.zip |
Fixes for PV41/42
* Don't expand mem on empty value
* Removed all coinbase logs for PV42
* Removed C++ bug stuff for LOG*
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 = 41 + ProtocolVersion = 42 // Current P2P version P2PVersion = 2 // Ethereum network version |