mirror of
https://github.com/XRPLF/rippled.git
synced 2026-06-03 08:46:46 +00:00
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:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user