Skip to content

Commit

Permalink
Update Protocol
Browse files Browse the repository at this point in the history
  • Loading branch information
thesolarminer committed Mar 25, 2022
1 parent 95d4702 commit 0f6029c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
static const int PROTOCOL_BASE_VERSION = 90000;
static const int PROTOCOL_MAX_VERSION = 90000 + 0xFF;

static const int PROTOCOL_VERSION = 90034; //90032 Enforces SAPI
static const int PROTOCOL_VERSION = 90035; //90032 Enforces SAPI

//! initial proto version, to be increased after version/verack negotiation
static const int INIT_PROTO_VERSION = 90013;
Expand All @@ -21,7 +21,7 @@ static const int INIT_PROTO_VERSION = 90013;
static const int GETHEADERS_VERSION = 90020;

//! disconnect from peers older than this proto version
static const int MIN_PEER_PROTO_VERSION = 90033;
static const int MIN_PEER_PROTO_VERSION = 90034;

//! first version with multi node payments
static const int MIN_MULTIPAYMENT_PROTO_VERSION = 90026;
Expand Down

0 comments on commit 0f6029c

Please sign in to comment.