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