Add Destination to Check threading

This commit is contained in:
Scott Schurr
2019-08-19 11:34:01 -07:00
committed by Nik Bougalis
parent 56eac5c9a1
commit a9a4e2c8fb
4 changed files with 29 additions and 28 deletions

View File

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