From 5f9af6a1f47d000d272931125b81f8277aed4ef3 Mon Sep 17 00:00:00 2001 From: Siddharth Suresh Date: Fri, 5 Apr 2024 17:05:13 -0700 Subject: [PATCH] REMOVE THIS --- src/main/main.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/main.cpp b/src/main/main.cpp index 990bf746ab..0293128473 100644 --- a/src/main/main.cpp +++ b/src/main/main.cpp @@ -264,8 +264,8 @@ main(int argc, char* const* argv) // TODO: This should only be enabled after we tag a v20 version // checkStellarCoreMajorVersionProtocolIdentity(); - rust_bridge::check_lockfile_has_expected_dep_trees( - Config::CURRENT_LEDGER_PROTOCOL_VERSION); + //rust_bridge::check_lockfile_has_expected_dep_trees( + //Config::CURRENT_LEDGER_PROTOCOL_VERSION); // FIXME: This check is done against the XDR version enabled in the host // (curr vs next). At the moment, the host is using curr, but core can be