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:
seelabs
2020-03-06 13:49:14 -08:00
committed by Manoj doshi
parent 2d1be70ba2
commit 4852daf695
2 changed files with 2 additions and 6 deletions

View File

@@ -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