Skip to content

Commit 4d2b41f

Browse files
committed
Bump FIRST_VERSION_REQUIRED_FOR_PROTOCOL_20
1 parent 368063a commit 4d2b41f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/main/Config.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ Config::Config() : NODE_SEED(SecretKey::random())
129129
LEDGER_PROTOCOL_MIN_VERSION_INTERNAL_ERROR_REPORT = 18;
130130

131131
OVERLAY_PROTOCOL_MIN_VERSION = 27;
132-
OVERLAY_PROTOCOL_VERSION = 31;
132+
OVERLAY_PROTOCOL_VERSION = 32;
133133

134134
VERSION_STR = STELLAR_CORE_VERSION;
135135

src/overlay/Peer.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ class Peer : public std::enable_shared_from_this<Peer>,
7474
std::chrono::seconds(1);
7575
static constexpr uint32_t FIRST_VERSION_SUPPORTING_FLOW_CONTROL_IN_BYTES =
7676
28;
77-
static constexpr uint32_t FIRST_VERSION_REQUIRED_FOR_PROTOCOL_20 = 31;
77+
static constexpr uint32_t FIRST_VERSION_REQUIRED_FOR_PROTOCOL_20 = 32;
7878

7979
// The reporting will be based on the previous
8080
// PEER_METRICS_WINDOW_SIZE-second time window.

0 commit comments

Comments
 (0)