mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-22 03:55:53 +00:00
Remove SHAMap V2
This commit is contained in:
committed by
Manoj doshi
parent
33ab0cd7bd
commit
7228b2e068
@@ -84,7 +84,6 @@ detail::supportedAmendments ()
|
||||
// uncommented at that time).
|
||||
static std::vector<std::string> const supported
|
||||
{
|
||||
// "SHAMapV2",
|
||||
"MultiSign",
|
||||
// "Tickets",
|
||||
"TrustSetAuth",
|
||||
@@ -148,7 +147,6 @@ uint256 const featureTickets = *getRegisteredFeature("Tickets");
|
||||
uint256 const featureTrustSetAuth = *getRegisteredFeature("TrustSetAuth");
|
||||
uint256 const featureOwnerPaysFee = *getRegisteredFeature("OwnerPaysFee");
|
||||
uint256 const featureCompareFlowV1V2 = *getRegisteredFeature("CompareFlowV1V2");
|
||||
uint256 const featureSHAMapV2 = *getRegisteredFeature("SHAMapV2");
|
||||
uint256 const featurePayChan = *getRegisteredFeature("PayChan");
|
||||
uint256 const featureFlow = *getRegisteredFeature("Flow");
|
||||
uint256 const featureCompareTakerFlowCross = *getRegisteredFeature("CompareTakerFlowCross");
|
||||
|
||||
Reference in New Issue
Block a user