Skip to content

Commit

Permalink
Merge pull request #3808 from sisuresh/fix-mismatch
Browse files Browse the repository at this point in the history
Remove tag check

Reviewed-by: graydon
  • Loading branch information
latobarita authored Jul 5, 2023
2 parents 61ef37d + c8cfaf3 commit 6c004ae
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/main/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,8 @@ main(int argc, char* const* argv)
randHash::initialize();
xdr::marshaling_stack_limit = 1000;
#ifdef ENABLE_NEXT_PROTOCOL_VERSION_UNSAFE_FOR_PRODUCTION
checkStellarCoreMajorVersionProtocolIdentity();
// 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);
checkXDRFileIdentity();
Expand Down

0 comments on commit 6c004ae

Please sign in to comment.