Fix clang-tidy

This commit is contained in:
Gregory Tsipenyuk
2026-07-07 11:26:52 -04:00
parent cd0d3bb5f9
commit 54a934db68
2 changed files with 3 additions and 2 deletions

View File

@@ -1,6 +1,7 @@
#pragma once
#include <xrpl/basics/Log.h>
#include <xrpl/basics/Number.h>
#include <xrpl/basics/base_uint.h>
#include <xrpl/beast/utility/Journal.h>
#include <xrpl/beast/utility/Zero.h>

View File

@@ -1048,8 +1048,8 @@ public:
MPTIssue const asset{makeMptID(1, AccountID(0x4985601))};
Rate const transferRate{1'500'000'000};
STAmount const largeAmount{asset, 1'230'000'000'000'000'000LL};
STAmount const scaledAmount{asset, 1'845'000'000'000'000'000LL};
STAmount const largeAmount{asset, UINT64_C(1'230'000'000'000'000'000)};
STAmount const scaledAmount{asset, UINT64_C(1'845'000'000'000'000'000)};
auto rules = [](bool const mptV2) {
// Rules keeps a reference to the presets set, so use static