Litecoin: Protocol version 70003

Differentiates v0.10 from v0.8 which was 70002.
This commit is contained in:
Warren Togami 2015-04-16 20:13:15 -10:00
parent 9780e91ac9
commit 8cb2aa637d

View File

@ -9,7 +9,7 @@
* network protocol versioning
*/
static const int PROTOCOL_VERSION = 70002;
static const int PROTOCOL_VERSION = 70003;
//! initial proto version, to be increased after version/verack negotiation
static const int INIT_PROTO_VERSION = 209;