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:
+1
-1
@@ -28,7 +28,7 @@ extern const std::string CLIENT_DATE;
|
|||||||
static const int PROTOCOL_VERSION = 70101;
|
static const int PROTOCOL_VERSION = 70101;
|
||||||
|
|
||||||
// earlier versions not supported as of Feb 2012, and are disconnected
|
// 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;
|
// 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