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