mirror of
https://github.com/Xahau/xahaud.git
synced 2025-11-20 02:25:53 +00:00
Remove conditionals for featureTrustSetAuth enabled 19Jul2016
This commit is contained in:
committed by
Manoj doshi
parent
6e4945c56b
commit
51ed7db002
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user