mirror of
https://github.com/XRPLF/rippled.git
synced 2026-07-24 15:40:26 +00:00
chore: Use clang-tidy v22 new features (#7427)
This commit is contained in:
@@ -3431,7 +3431,7 @@ public:
|
||||
auto const gw = Account("gateway");
|
||||
|
||||
auto const fee = env.current()->fees().base;
|
||||
env.fund(reserve(env, 2) + drops(9999640) + (fee), ann);
|
||||
env.fund(reserve(env, 2) + drops(9999640) + fee, ann);
|
||||
env.fund(reserve(env, 2) + (fee * 4), gw);
|
||||
env.close();
|
||||
|
||||
@@ -3467,7 +3467,7 @@ public:
|
||||
auto const bob = Account("bob");
|
||||
|
||||
auto const fee = env.current()->fees().base;
|
||||
env.fund(reserve(env, 2) + drops(400'000'000'000) + (fee), alice, bob);
|
||||
env.fund(reserve(env, 2) + drops(400'000'000'000) + fee, alice, bob);
|
||||
env.fund(reserve(env, 2) + (fee * 4), gw);
|
||||
env.close();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user