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