mirror of
https://github.com/XRPLF/rippled.git
synced 2026-06-06 18:26:51 +00:00
style: More clang-tidy identifier renaming (#7290)
This commit is contained in:
@@ -153,7 +153,7 @@ class View_test : public beast::unit_test::Suite
|
||||
std::shared_ptr<Ledger const> const genesis = std::make_shared<Ledger>(
|
||||
kCreateGenesis,
|
||||
Rules{config.features},
|
||||
config.FEES.toFees(),
|
||||
config.fees.toFees(),
|
||||
std::vector<uint256>{},
|
||||
env.app().getNodeFamily());
|
||||
auto const ledger =
|
||||
@@ -421,7 +421,7 @@ class View_test : public beast::unit_test::Suite
|
||||
std::shared_ptr<Ledger const> const genesis = std::make_shared<Ledger>(
|
||||
kCreateGenesis,
|
||||
Rules{config.features},
|
||||
config.FEES.toFees(),
|
||||
config.fees.toFees(),
|
||||
std::vector<uint256>{},
|
||||
env.app().getNodeFamily());
|
||||
auto const ledger =
|
||||
@@ -630,7 +630,7 @@ class View_test : public beast::unit_test::Suite
|
||||
std::shared_ptr<Ledger const> const genesis = std::make_shared<Ledger>(
|
||||
kCreateGenesis,
|
||||
Rules{config.features},
|
||||
config.FEES.toFees(),
|
||||
config.fees.toFees(),
|
||||
std::vector<uint256>{},
|
||||
env.app().getNodeFamily());
|
||||
auto const ledger =
|
||||
@@ -1020,7 +1020,7 @@ class View_test : public beast::unit_test::Suite
|
||||
std::shared_ptr<Ledger const> const genesis = std::make_shared<Ledger>(
|
||||
kCreateGenesis,
|
||||
Rules{config.features},
|
||||
config.FEES.toFees(),
|
||||
config.fees.toFees(),
|
||||
std::vector<uint256>{},
|
||||
env.app().getNodeFamily());
|
||||
auto const ledger =
|
||||
|
||||
Reference in New Issue
Block a user