mirror of
https://github.com/XRPLF/rippled.git
synced 2026-07-24 15:40:26 +00:00
style: More clang-tidy identifier renaming (#7290)
This commit is contained in:
@@ -47,7 +47,7 @@ class Transaction_test : public beast::unit_test::Suite
|
||||
{
|
||||
using namespace test::jtx;
|
||||
return envconfig([&](std::unique_ptr<Config> cfg) {
|
||||
cfg->NETWORK_ID = networkID;
|
||||
cfg->networkId = networkID;
|
||||
return cfg;
|
||||
});
|
||||
}
|
||||
@@ -749,7 +749,7 @@ class Transaction_test : public beast::unit_test::Suite
|
||||
using std::to_string;
|
||||
|
||||
Env env{*this, envconfig([](std::unique_ptr<Config> cfg) {
|
||||
cfg->FEES.reference_fee = 10;
|
||||
cfg->fees.referenceFee = 10;
|
||||
return cfg;
|
||||
})};
|
||||
Account const alice{"alice"};
|
||||
@@ -827,7 +827,7 @@ class Transaction_test : public beast::unit_test::Suite
|
||||
using std::to_string;
|
||||
|
||||
Env env{*this, envconfig([](std::unique_ptr<Config> cfg) {
|
||||
cfg->FEES.reference_fee = 10;
|
||||
cfg->fees.referenceFee = 10;
|
||||
return cfg;
|
||||
})};
|
||||
Account const alice{"alice"};
|
||||
|
||||
Reference in New Issue
Block a user