mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-23 04:25:51 +00:00
Remove CryptoConditionsSuite stub amendment:
The amendment was partially complete, included no functional code and, even if activated, it would result in no changes to transaction proessing. Despite this, removing the amendment is the prudent course of action and avoids the possibility of an accidental activation. If additional cryptoconditions are implemented, they will be each assigned a new, unique amendment code.
This commit is contained in:
@@ -102,7 +102,7 @@ detail::supportedAmendments()
|
||||
"TickSize",
|
||||
"fix1368",
|
||||
"Escrow",
|
||||
"CryptoConditionsSuite",
|
||||
// "CryptoConditionsSuite", DO NOT REUSE
|
||||
"fix1373",
|
||||
"EnforceInvariants",
|
||||
"FlowCross",
|
||||
@@ -163,7 +163,6 @@ uint256 const
|
||||
featureFlow = *getRegisteredFeature("Flow"),
|
||||
featureCompareTakerFlowCross = *getRegisteredFeature("CompareTakerFlowCross"),
|
||||
featureFlowCross = *getRegisteredFeature("FlowCross"),
|
||||
featureCryptoConditionsSuite = *getRegisteredFeature("CryptoConditionsSuite"),
|
||||
fix1513 = *getRegisteredFeature("fix1513"),
|
||||
featureDepositAuth = *getRegisteredFeature("DepositAuth"),
|
||||
featureChecks = *getRegisteredFeature("Checks"),
|
||||
|
||||
Reference in New Issue
Block a user