mirror of
https://github.com/Xahau/xahaud.git
synced 2025-11-20 02:25:53 +00:00
Add Destination to Check threading
This commit is contained in:
committed by
Nik Bougalis
parent
56eac5c9a1
commit
a9a4e2c8fb
@@ -84,7 +84,8 @@ class FeatureCollections
|
||||
"fix1578",
|
||||
"MultiSignReserve",
|
||||
"fixTakerDryOfferRemoval",
|
||||
"fixMasterKeyAsRegularKey"
|
||||
"fixMasterKeyAsRegularKey",
|
||||
"fixCheckThreading",
|
||||
};
|
||||
|
||||
std::vector<uint256> features;
|
||||
@@ -371,6 +372,7 @@ extern uint256 const fix1578;
|
||||
extern uint256 const featureMultiSignReserve;
|
||||
extern uint256 const fixTakerDryOfferRemoval;
|
||||
extern uint256 const fixMasterKeyAsRegularKey;
|
||||
extern uint256 const fixCheckThreading;
|
||||
|
||||
} // ripple
|
||||
|
||||
|
||||
Reference in New Issue
Block a user