mirror of
https://github.com/XRPLF/rippled.git
synced 2026-06-05 09:46:53 +00:00
style: More clang-tidy identifier renaming (#7290)
This commit is contained in:
@@ -71,7 +71,7 @@ class RCLValidations_test : public beast::unit_test::Suite
|
||||
auto prev = std::make_shared<Ledger const>(
|
||||
kCreateGenesis,
|
||||
Rules{config.features},
|
||||
config.FEES.toFees(),
|
||||
config.fees.toFees(),
|
||||
std::vector<uint256>{},
|
||||
env.app().getNodeFamily());
|
||||
history.push_back(prev);
|
||||
@@ -237,7 +237,7 @@ class RCLValidations_test : public beast::unit_test::Suite
|
||||
auto prev = std::make_shared<Ledger const>(
|
||||
kCreateGenesis,
|
||||
Rules{config.features},
|
||||
config.FEES.toFees(),
|
||||
config.fees.toFees(),
|
||||
std::vector<uint256>{},
|
||||
env.app().getNodeFamily());
|
||||
history.push_back(prev);
|
||||
|
||||
Reference in New Issue
Block a user