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

@@ -94,7 +94,7 @@ detail::supportedAmendments ()
{
"MultiSign", // Unconditionally supported.
// "Tickets",
"TrustSetAuth",
"TrustSetAuth", // Unconditionally supported.
"FeeEscalation", // Unconditionally supported.
// "OwnerPaysFee",
"PayChan",
@@ -152,7 +152,6 @@ uint256 bitsetIndexToFeature(size_t i)
uint256 const featureTickets = *getRegisteredFeature("Tickets");
uint256 const featureTrustSetAuth = *getRegisteredFeature("TrustSetAuth");
uint256 const featureOwnerPaysFee = *getRegisteredFeature("OwnerPaysFee");
uint256 const featureCompareFlowV1V2 = *getRegisteredFeature("CompareFlowV1V2");
uint256 const featurePayChan = *getRegisteredFeature("PayChan");