mirror of
https://github.com/XRPLF/rippled.git
synced 2026-07-27 09:00:32 +00:00
style: More clang-tidy identifier renaming (#7290)
This commit is contained in:
@@ -131,7 +131,7 @@ class AccountTx_test : public beast::unit_test::Suite
|
||||
using namespace test::jtx;
|
||||
|
||||
Env env(*this, envconfig([](std::unique_ptr<Config> cfg) {
|
||||
cfg->FEES.reference_fee = 10;
|
||||
cfg->fees.referenceFee = 10;
|
||||
return cfg;
|
||||
}));
|
||||
Account const a1{"A1"};
|
||||
@@ -821,7 +821,7 @@ class AccountTx_test : public beast::unit_test::Suite
|
||||
using namespace std::chrono_literals;
|
||||
|
||||
auto cfg = makeConfig();
|
||||
cfg->FEES.reference_fee = 10;
|
||||
cfg->fees.referenceFee = 10;
|
||||
Env env(*this, std::move(cfg));
|
||||
|
||||
Account const alice{"alice"};
|
||||
|
||||
Reference in New Issue
Block a user