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 tequ
parent 0f5dc78e28
commit 2bafbe80e0
18 changed files with 54 additions and 272 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);
}