diff options
author | obscuren <geffobscura@gmail.com> | 2014-12-03 00:22:33 +0800 |
---|---|---|
committer | obscuren <geffobscura@gmail.com> | 2014-12-03 00:22:33 +0800 |
commit | cb4d168ecc9f6c2ecdb1a8f3308f8f3eb9f02376 (patch) | |
tree | 5bb3fa719fd1388573201b8baa92b90e790f720a /peer.go | |
parent | 5ebae82eeb3f5ecdffb96f9d692523d0b0d4f759 (diff) | |
download | go-tangerine-cb4d168ecc9f6c2ecdb1a8f3308f8f3eb9f02376.tar go-tangerine-cb4d168ecc9f6c2ecdb1a8f3308f8f3eb9f02376.tar.gz go-tangerine-cb4d168ecc9f6c2ecdb1a8f3308f8f3eb9f02376.tar.bz2 go-tangerine-cb4d168ecc9f6c2ecdb1a8f3308f8f3eb9f02376.tar.lz go-tangerine-cb4d168ecc9f6c2ecdb1a8f3308f8f3eb9f02376.tar.xz go-tangerine-cb4d168ecc9f6c2ecdb1a8f3308f8f3eb9f02376.tar.zst go-tangerine-cb4d168ecc9f6c2ecdb1a8f3308f8f3eb9f02376.zip |
Updated LOG to match proper gas in all cases
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 = 45 + ProtocolVersion = 46 // Current P2P version P2PVersion = 2 // Ethereum network version |