mirror of
https://github.com/Xahau/xahaud.git
synced 2025-11-20 02:25:53 +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:
@@ -83,7 +83,7 @@ class FeatureCollections
|
||||
"TickSize",
|
||||
"fix1368",
|
||||
"Escrow",
|
||||
"CryptoConditionsSuite",
|
||||
// "CryptoConditionsSuite",
|
||||
"fix1373",
|
||||
"EnforceInvariants",
|
||||
"SortedDirectories",
|
||||
@@ -348,7 +348,6 @@ extern uint256 const featureOwnerPaysFee;
|
||||
extern uint256 const featureFlow;
|
||||
extern uint256 const featureCompareTakerFlowCross;
|
||||
extern uint256 const featureFlowCross;
|
||||
extern uint256 const featureCryptoConditionsSuite;
|
||||
extern uint256 const fix1513;
|
||||
extern uint256 const featureDepositAuth;
|
||||
extern uint256 const featureChecks;
|
||||
|
||||
Reference in New Issue
Block a user