mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-24 21:15:58 +00:00
Add Destination to Check threading
This commit is contained in:
committed by
Nik Bougalis
parent
56eac5c9a1
commit
a9a4e2c8fb
@@ -118,6 +118,7 @@ detail::supportedAmendments ()
|
||||
"MultiSignReserve",
|
||||
"fixTakerDryOfferRemoval",
|
||||
"fixMasterKeyAsRegularKey",
|
||||
"fixCheckThreading",
|
||||
};
|
||||
return supported;
|
||||
}
|
||||
@@ -175,5 +176,6 @@ uint256 const fix1578 = *getRegisteredFeature("fix1578");
|
||||
uint256 const featureMultiSignReserve = *getRegisteredFeature("MultiSignReserve");
|
||||
uint256 const fixTakerDryOfferRemoval = *getRegisteredFeature("fixTakerDryOfferRemoval");
|
||||
uint256 const fixMasterKeyAsRegularKey = *getRegisteredFeature("fixMasterKeyAsRegularKey");
|
||||
uint256 const fixCheckThreading = *getRegisteredFeature("fixCheckThreading");
|
||||
|
||||
} // ripple
|
||||
|
||||
Reference in New Issue
Block a user