fix clang-tidy

This commit is contained in:
Mayukha Vadari
2026-05-20 14:13:53 -04:00
parent ff896b226a
commit c92ca426bf
4 changed files with 15 additions and 14 deletions

View File

@@ -9,7 +9,7 @@ namespace xrpl {
inline constexpr std::uint32_t kFeeUnitsDeprecated = 10;
// Number of micro-drops in one drop.
constexpr std::uint32_t MICRO_DROPS_PER_DROP{1'000'000};
constexpr std::uint32_t microDropsPerDrop{1'000'000};
/** Reflects the fee settings for a particular ledger.