mirror of
https://github.com/XRPLF/rippled.git
synced 2026-06-04 01:06:48 +00:00
Apply suggestions from Copilot code review
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
@@ -49,7 +49,7 @@ setCurrentTransactionRules(std::optional<Rules> r)
|
||||
// mantissas even in the absence of the other two amendments.
|
||||
//
|
||||
// If any new conditions with new amendments are added, those amendments must also be added to
|
||||
// createGuards.
|
||||
// useRulesGuards.
|
||||
bool const enableCuspRoundingFix = !r || r->enabled(fixCleanup3_2_0);
|
||||
bool const enableVaultNumbers = enableCuspRoundingFix ||
|
||||
(r->enabled(featureSingleAssetVault) || r->enabled(featureLendingProtocol));
|
||||
|
||||
Reference in New Issue
Block a user