diff options
author | obscuren <geffobscura@gmail.com> | 2014-05-20 19:29:46 +0800 |
---|---|---|
committer | obscuren <geffobscura@gmail.com> | 2014-05-20 19:29:46 +0800 |
commit | b4e156e1d723fe53eff238a634f6e83cb9d80492 (patch) | |
tree | 7e8fa4b91533704287a9bb35870fd8ec1364e7b7 | |
parent | 6a31d55b2e2d95dd64e3d56b0c12e9ffb7c1c373 (diff) | |
download | dexon-b4e156e1d723fe53eff238a634f6e83cb9d80492.tar.gz dexon-b4e156e1d723fe53eff238a634f6e83cb9d80492.tar.zst dexon-b4e156e1d723fe53eff238a634f6e83cb9d80492.zip |
Up protocol version
-rw-r--r-- | peer.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -18,7 +18,7 @@ const ( // The size of the output buffer for writing messages outputBufferSize = 50 // Current protocol version - ProtocolVersion = 9 + ProtocolVersion = 10 ) type DiscReason byte |