mirror of
https://github.com/Xahau/xahaud.git
synced 2025-11-20 02:25:53 +00:00
Add fixTakerDryOfferRemoval amendment
This commit is contained in:
committed by
Mike Ellery
parent
d5c0e1216d
commit
7b48dc36f5
@@ -82,7 +82,8 @@ class FeatureCollections
|
||||
"DepositPreauth",
|
||||
"fix1515",
|
||||
"fix1578",
|
||||
"MultiSignReserve"
|
||||
"MultiSignReserve",
|
||||
"fixTakerDryOfferRemoval"
|
||||
};
|
||||
|
||||
std::vector<uint256> features;
|
||||
@@ -371,6 +372,7 @@ extern uint256 const featureDepositPreauth;
|
||||
extern uint256 const fix1515;
|
||||
extern uint256 const fix1578;
|
||||
extern uint256 const featureMultiSignReserve;
|
||||
extern uint256 const fixTakerDryOfferRemoval;
|
||||
|
||||
} // ripple
|
||||
|
||||
|
||||
Reference in New Issue
Block a user