Browse Source

Update version.h

pull/27/head
Alrighttt 6 years ago
committed by GitHub
parent
commit
c2059876c3
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      src/version.h

4
src/version.h

@ -9,7 +9,7 @@
* network protocol versioning
*/
static const int PROTOCOL_VERSION = 170004;
static const int PROTOCOL_VERSION = 170003;
//! 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 = 170004;
static const int MIN_PEER_PROTO_VERSION = 170002;
//! nTime field added to CAddress, starting with this version;
//! if possible, avoid requesting addresses nodes older than this

Loading…
Cancel
Save