Remove conditionals for featureTrustSetAuth enabled 19Jul2016

This commit is contained in:
Scott Schurr
2020-01-15 17:23:59 -08:00
committed by Manoj doshi
parent 6e4945c56b
commit 51ed7db002
4 changed files with 20 additions and 32 deletions

View File

@@ -52,7 +52,7 @@ class FeatureCollections
{
"MultiSign", // Unconditionally supported.
"Tickets",
"TrustSetAuth",
"TrustSetAuth", // Unconditionally supported.
"FeeEscalation", // Unconditionally supported.
"OwnerPaysFee",
"CompareFlowV1V2",
@@ -340,7 +340,6 @@ foreachFeature(FeatureBitset bs, F&& f)
}
extern uint256 const featureTickets;
extern uint256 const featureTrustSetAuth;
extern uint256 const featureOwnerPaysFee;
extern uint256 const featureCompareFlowV1V2;
extern uint256 const featurePayChan;