Retire Flow Cross amendment (#5562)

The FlowCross amendment is now permanently enabled, so all code branches that have this amendment disabled are removed.
This commit is contained in:
Vlad
2025-07-16 11:53:13 +01:00
committed by GitHub
parent 452263eaa5
commit c9135a63cd
18 changed files with 52 additions and 271 deletions

View File

@@ -75,7 +75,6 @@ struct SetAuth_test : public beast::unit_test::suite
{
using namespace jtx;
auto const sa = supported_amendments();
testAuth(sa - featureFlowCross - featurePermissionedDEX);
testAuth(sa - featurePermissionedDEX);
testAuth(sa);
}