diff options
author | obscuren <geffobscura@gmail.com> | 2014-12-04 22:13:29 +0800 |
---|---|---|
committer | obscuren <geffobscura@gmail.com> | 2014-12-04 22:13:29 +0800 |
commit | 296112848cfe1a9697bbb92a9deb3eb1e04d6276 (patch) | |
tree | 91d054b997aa8d30c09790efaf305deb7d746bba /peer.go | |
parent | 008e91db6a776303e605808ba840d92bb16d69ca (diff) | |
download | go-tangerine-296112848cfe1a9697bbb92a9deb3eb1e04d6276.tar go-tangerine-296112848cfe1a9697bbb92a9deb3eb1e04d6276.tar.gz go-tangerine-296112848cfe1a9697bbb92a9deb3eb1e04d6276.tar.bz2 go-tangerine-296112848cfe1a9697bbb92a9deb3eb1e04d6276.tar.lz go-tangerine-296112848cfe1a9697bbb92a9deb3eb1e04d6276.tar.xz go-tangerine-296112848cfe1a9697bbb92a9deb3eb1e04d6276.tar.zst go-tangerine-296112848cfe1a9697bbb92a9deb3eb1e04d6276.zip |
Moved block validation as first step
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 = 46 + ProtocolVersion = 47 // Current P2P version P2PVersion = 2 // Ethereum network version |