diff options
author | obscuren <geffobscura@gmail.com> | 2014-11-14 01:12:12 +0800 |
---|---|---|
committer | obscuren <geffobscura@gmail.com> | 2014-11-14 01:12:12 +0800 |
commit | 20d518ee959f1621a5accf1f3432282a6c0d6c3c (patch) | |
tree | c1c9dcd1e2ced349d11edeca7d2ef179b092fc9b /peer.go | |
parent | 60cdb1148c404218846fd39331690658168f4e04 (diff) | |
download | go-tangerine-20d518ee959f1621a5accf1f3432282a6c0d6c3c.tar.gz go-tangerine-20d518ee959f1621a5accf1f3432282a6c0d6c3c.tar.zst go-tangerine-20d518ee959f1621a5accf1f3432282a6c0d6c3c.zip |
Numerous fixes for consensus.
* Removed (buged) C++ specific gas specification for LOG*
* Fixed LOG* where mstart went after msize
*
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 = 40 + ProtocolVersion = 41 // Current P2P version P2PVersion = 2 // Ethereum network version |