Protocol version fix

This change never made it into the original repository although both
v3.3.4.4 ("Illuminatus") Windows and Mac Wallets were compiled with it.
This commit is contained in:
TrianglesCommunityProject
2014-08-27 12:46:43 +02:00
parent 251db54c76
commit caac12acb7
+1 -1
View File
@@ -28,7 +28,7 @@ extern const std::string CLIENT_DATE;
static const int PROTOCOL_VERSION = 70101;
// earlier versions not supported as of Feb 2012, and are disconnected
static const int MIN_PROTO_VERSION = 70099;
static const int MIN_PROTO_VERSION = 70101;
// nTime field added to CAddress, starting with this version;
// if possible, avoid requesting addresses nodes older than this