mirror of
https://github.com/Xahau/xahaud.git
synced 2025-11-20 02:25:53 +00:00
Protocol Amendment: Always Require Fully-Canonical Signatures
This commit is contained in:
@@ -110,6 +110,8 @@ class FeatureCollections
|
||||
"DeletableAccounts",
|
||||
// fixQualityUpperBound should be activated before FlowCross
|
||||
"fixQualityUpperBound",
|
||||
"fix1781", // XRPEndpointSteps should be included in the circular payment check
|
||||
"RequireFullyCanonicalSig"
|
||||
};
|
||||
|
||||
std::vector<uint256> features;
|
||||
@@ -397,6 +399,8 @@ extern uint256 const fixCheckThreading;
|
||||
extern uint256 const fixPayChanRecipientOwnerDir;
|
||||
extern uint256 const featureDeletableAccounts;
|
||||
extern uint256 const fixQualityUpperBound;
|
||||
extern uint256 const fix1781;
|
||||
extern uint256 const featureRequireFullyCanonicalSig;
|
||||
|
||||
} // ripple
|
||||
|
||||
|
||||
Reference in New Issue
Block a user