mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-22 12:05:53 +00:00
Remove entry for fix1781 amendment:
The fix1781 amendment was incorrectly introduced during conflict resolution and support for it is not included at this time. This commit removes the definition of the amendment identifier.
This commit is contained in:
@@ -129,8 +129,7 @@ detail::supportedAmendments ()
|
||||
"fixPayChanRecipientOwnerDir",
|
||||
"DeletableAccounts",
|
||||
"fixQualityUpperBound",
|
||||
"fix1781",
|
||||
"RequireFullyCanonicalSig"
|
||||
"RequireFullyCanonicalSig",
|
||||
};
|
||||
return supported;
|
||||
}
|
||||
@@ -189,7 +188,6 @@ uint256 const fixCheckThreading = *getRegisteredFeature("fixCheckThreading");
|
||||
uint256 const fixPayChanRecipientOwnerDir = *getRegisteredFeature("fixPayChanRecipientOwnerDir");
|
||||
uint256 const featureDeletableAccounts = *getRegisteredFeature("DeletableAccounts");
|
||||
uint256 const fixQualityUpperBound = *getRegisteredFeature("fixQualityUpperBound");
|
||||
uint256 const fix1781 = *getRegisteredFeature("fix1781");
|
||||
uint256 const featureRequireFullyCanonicalSig = *getRegisteredFeature("RequireFullyCanonicalSig");
|
||||
|
||||
} // ripple
|
||||
|
||||
Reference in New Issue
Block a user