Change min protcol version so STAKED chains have their own value, so KMD
can still work.
This commit is contained in:
1128
src/main.cpp
1128
src/main.cpp
File diff suppressed because it is too large
Load Diff
@@ -9,7 +9,7 @@
|
|||||||
* network protocol versioning
|
* network protocol versioning
|
||||||
*/
|
*/
|
||||||
|
|
||||||
static const int PROTOCOL_VERSION = 170003;
|
static const int PROTOCOL_VERSION = 170004;
|
||||||
|
|
||||||
//! initial proto version, to be increased after version/verack negotiation
|
//! initial proto version, to be increased after version/verack negotiation
|
||||||
static const int INIT_PROTO_VERSION = 209;
|
static const int INIT_PROTO_VERSION = 209;
|
||||||
@@ -19,6 +19,7 @@ static const int GETHEADERS_VERSION = 31800;
|
|||||||
|
|
||||||
//! disconnect from peers older than this proto version
|
//! disconnect from peers older than this proto version
|
||||||
static const int MIN_PEER_PROTO_VERSION = 170002;
|
static const int MIN_PEER_PROTO_VERSION = 170002;
|
||||||
|
static const int STAKEDMIN_PEER_PROTO_VERSION = 170004;
|
||||||
|
|
||||||
//! nTime field added to CAddress, starting with this version;
|
//! nTime field added to CAddress, starting with this version;
|
||||||
//! if possible, avoid requesting addresses nodes older than this
|
//! if possible, avoid requesting addresses nodes older than this
|
||||||
|
|||||||
Reference in New Issue
Block a user