Litecoin: Protocol version 70003
Differentiates v0.10 from v0.8 which was 70002.
This commit is contained in:
parent
9780e91ac9
commit
8cb2aa637d
@ -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;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user