Skip to content

Commit

Permalink
Bump min overlay version
Browse files Browse the repository at this point in the history
  • Loading branch information
bboston7 committed Jul 29, 2024
1 parent bde4b75 commit 283930d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/Config.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -151,8 +151,8 @@ Config::Config() : NODE_SEED(SecretKey::random())
LEDGER_PROTOCOL_VERSION = CURRENT_LEDGER_PROTOCOL_VERSION;
LEDGER_PROTOCOL_MIN_VERSION_INTERNAL_ERROR_REPORT = 18;

OVERLAY_PROTOCOL_MIN_VERSION = 32;
OVERLAY_PROTOCOL_VERSION = 35;
OVERLAY_PROTOCOL_MIN_VERSION = 33;
OVERLAY_PROTOCOL_VERSION = 34;

VERSION_STR = STELLAR_CORE_VERSION;

Expand Down

0 comments on commit 283930d

Please sign in to comment.