mirror of
https://github.com/Xahau/xahaud.git
synced 2025-11-20 02:25:53 +00:00
Implement MultiSignReserve amendment [RIPD-1647]:
Reduces the account reserve for a multisigning SignerList from (conditionally) 3 to 10 OwnerCounts to (unconditionally) 1 OwnerCount. Includes a transition process.
This commit is contained in:
@@ -81,7 +81,8 @@ class FeatureCollections
|
||||
"fix1623",
|
||||
"DepositPreauth",
|
||||
"fix1515",
|
||||
"fix1578"
|
||||
"fix1578",
|
||||
"MultiSignReserve"
|
||||
};
|
||||
|
||||
std::vector<uint256> features;
|
||||
@@ -369,6 +370,7 @@ extern uint256 const fix1623;
|
||||
extern uint256 const featureDepositPreauth;
|
||||
extern uint256 const fix1515;
|
||||
extern uint256 const fix1578;
|
||||
extern uint256 const featureMultiSignReserve;
|
||||
|
||||
} // ripple
|
||||
|
||||
|
||||
Reference in New Issue
Block a user