diff --git a/src/version.h b/src/version.h index 66ebbb7..0b7d582 100644 --- a/src/version.h +++ b/src/version.h @@ -13,7 +13,7 @@ * network protocol versioning */ -static const int PROTOCOL_VERSION = 10085; +static const int PROTOCOL_VERSION = 10185; //! initial proto version, to be increased after version/verack negotiation static const int INIT_PROTO_VERSION = 209; @@ -22,8 +22,8 @@ static const int INIT_PROTO_VERSION = 209; static const int GETHEADERS_VERSION = 10000; //! disconnect from peers older than this proto version -static const int MIN_PEER_PROTO_VERSION_BEFORE_ENFORCEMENT = 10085; -static const int MIN_PEER_PROTO_VERSION_AFTER_ENFORCEMENT = 10085; +static const int MIN_PEER_PROTO_VERSION_BEFORE_ENFORCEMENT = 10185; +static const int MIN_PEER_PROTO_VERSION_AFTER_ENFORCEMENT = 10185; //! nTime field added to CAddress, starting with this version; //! if possible, avoid requesting addresses nodes older than this