Remove conditionals for featureCryptoConditions enabled 03Jan2017

This commit is contained in:
Scott Schurr
2020-02-26 19:20:55 -08:00
parent 1661c84af6
commit 6bb9dd22e0
3 changed files with 14 additions and 14 deletions

View File

@@ -160,7 +160,7 @@ uint256 const featurePayChan = *getRegisteredFeature("PayChan");
uint256 const featureFlow = *getRegisteredFeature("Flow");
uint256 const featureCompareTakerFlowCross = *getRegisteredFeature("CompareTakerFlowCross");
uint256 const featureFlowCross = *getRegisteredFeature("FlowCross");
uint256 const featureCryptoConditions = *getRegisteredFeature("CryptoConditions");
uint256 const retiredCryptoConditions = *getRegisteredFeature("CryptoConditions");
uint256 const featureTickSize = *getRegisteredFeature("TickSize");
uint256 const fix1368 = *getRegisteredFeature("fix1368");
uint256 const featureEscrow = *getRegisteredFeature("Escrow");