mirror of
https://github.com/Xahau/xahaud.git
synced 2025-11-27 22:15:49 +00:00
Improve checking of transaction flags (RIPD-1543)
This commit is contained in:
@@ -76,7 +76,8 @@ class FeatureCollections
|
||||
"fix1528",
|
||||
"DepositAuth",
|
||||
"Checks",
|
||||
"fix1571"
|
||||
"fix1571",
|
||||
"fix1543",
|
||||
};
|
||||
|
||||
std::vector<uint256> features;
|
||||
@@ -359,6 +360,7 @@ extern uint256 const fix1528;
|
||||
extern uint256 const featureDepositAuth;
|
||||
extern uint256 const featureChecks;
|
||||
extern uint256 const fix1571;
|
||||
extern uint256 const fix1543;
|
||||
|
||||
} // ripple
|
||||
|
||||
|
||||
Reference in New Issue
Block a user