From 0f6029c160ad09f08acfd72c96dcf96b9d1ceac1 Mon Sep 17 00:00:00 2001 From: Solarminer Date: Fri, 25 Mar 2022 05:36:43 +0000 Subject: [PATCH] Update Protocol --- src/version.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/version.h b/src/version.h index d1a72eb8..aae6526c 100644 --- a/src/version.h +++ b/src/version.h @@ -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; @@ -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;