Remove conditionals for featureMultiSign enabled 27Jun2016

This commit is contained in:
Scott Schurr
2020-01-15 14:41:21 -08:00
committed by Manoj doshi
parent c48be14f4f
commit 6e4945c56b
14 changed files with 21 additions and 116 deletions

View File

@@ -50,7 +50,7 @@ class FeatureCollections
{
static constexpr char const* const featureNames[] =
{
"MultiSign",
"MultiSign", // Unconditionally supported.
"Tickets",
"TrustSetAuth",
"FeeEscalation", // Unconditionally supported.
@@ -339,7 +339,6 @@ foreachFeature(FeatureBitset bs, F&& f)
f(bitsetIndexToFeature(i));
}
extern uint256 const featureMultiSign;
extern uint256 const featureTickets;
extern uint256 const featureTrustSetAuth;
extern uint256 const featureOwnerPaysFee;