bump version for next testnet to ensure no unupdated connections

This commit is contained in:
jc 2018-01-28 09:04:35 -05:00
parent 769a9ceb73
commit 1c815e7787
2 changed files with 4 additions and 4 deletions

View File

@ -77,8 +77,8 @@ void ThreadSendAlert()
// These versions are protocol versions
// 170002 : 1.0.0
alert.nMinVer = 180002;
alert.nMaxVer = 180002;
alert.nMinVer = 180003;
alert.nMaxVer = 180003;
//
// main.cpp:

View File

@ -9,7 +9,7 @@
* network protocol versioning
*/
static const int PROTOCOL_VERSION = 180002;
static const int PROTOCOL_VERSION = 180003;
//! initial proto version, to be increased after version/verack negotiation
static const int INIT_PROTO_VERSION = 209;
@ -18,7 +18,7 @@ static const int INIT_PROTO_VERSION = 209;
static const int GETHEADERS_VERSION = 31800;
//! disconnect from peers older than this proto version
static const int MIN_PEER_PROTO_VERSION = 180002;
static const int MIN_PEER_PROTO_VERSION = 180003;
//! nTime field added to CAddress, starting with this version;
//! if possible, avoid requesting addresses nodes older than this