mirror of
https://github.com/XRPLF/rippled.git
synced 2026-07-31 19:10:25 +00:00
style: More clang-tidy identifier renaming (#7290)
This commit is contained in:
@@ -2125,7 +2125,7 @@ class MPToken_test : public beast::unit_test::Suite
|
||||
Account const alice{"alice"};
|
||||
|
||||
auto cfg = envconfig();
|
||||
cfg->FEES.reference_fee = 10;
|
||||
cfg->fees.referenceFee = 10;
|
||||
Env env{*this, std::move(cfg), features};
|
||||
MPTTester mptAlice(env, alice);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user