File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -129,7 +129,7 @@ Config::Config() : NODE_SEED(SecretKey::random())
129
129
LEDGER_PROTOCOL_MIN_VERSION_INTERNAL_ERROR_REPORT = 18 ;
130
130
131
131
OVERLAY_PROTOCOL_MIN_VERSION = 27 ;
132
- OVERLAY_PROTOCOL_VERSION = 31 ;
132
+ OVERLAY_PROTOCOL_VERSION = 32 ;
133
133
134
134
VERSION_STR = STELLAR_CORE_VERSION;
135
135
Original file line number Diff line number Diff line change @@ -74,7 +74,7 @@ class Peer : public std::enable_shared_from_this<Peer>,
74
74
std::chrono::seconds (1 );
75
75
static constexpr uint32_t FIRST_VERSION_SUPPORTING_FLOW_CONTROL_IN_BYTES =
76
76
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 ;
78
78
79
79
// The reporting will be based on the previous
80
80
// PEER_METRICS_WINDOW_SIZE-second time window.
You can’t perform that action at this time.
0 commit comments