mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-20 02:55:50 +00:00
Add fixAMMv1_2 amendment (#5176)
* Add reserve check on AMM Withdraw * Try AMM max offer if changeSpotPriceQuality() fails
This commit is contained in:
committed by
GitHub
parent
d57cced17b
commit
ec61f5e9d3
@@ -80,7 +80,7 @@ namespace detail {
|
||||
// Feature.cpp. Because it's only used to reserve storage, and determine how
|
||||
// large to make the FeatureBitset, it MAY be larger. It MUST NOT be less than
|
||||
// the actual number of amendments. A LogicError on startup will verify this.
|
||||
static constexpr std::size_t numFeatures = 81;
|
||||
static constexpr std::size_t numFeatures = 82;
|
||||
|
||||
/** Amendments that this server supports and the default voting behavior.
|
||||
Whether they are enabled depends on the Rules defined in the validated
|
||||
|
||||
Reference in New Issue
Block a user