diff options
author | obscuren <geffobscura@gmail.com> | 2014-11-29 04:44:34 +0800 |
---|---|---|
committer | obscuren <geffobscura@gmail.com> | 2014-11-29 04:44:34 +0800 |
commit | 1bce02eff70db43b98d68fcd094fd2e15745b021 (patch) | |
tree | a69acb327b4f71d59b297ca778450c128dce85f8 /peer.go | |
parent | 8cf9ed0ea588e97f2baf0f834248727e8fbca18f (diff) | |
parent | a3559c5e1b469890bb8d71e9992175febaae31c7 (diff) | |
download | dexon-1bce02eff70db43b98d68fcd094fd2e15745b021.tar.gz dexon-1bce02eff70db43b98d68fcd094fd2e15745b021.tar.zst dexon-1bce02eff70db43b98d68fcd094fd2e15745b021.zip |
Fixed merge
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 = 43 + ProtocolVersion = 45 // Current P2P version P2PVersion = 2 // Ethereum network version |