mirror of
https://github.com/XRPLF/rippled.git
synced 2026-07-27 17:10:46 +00:00
style: More clang-tidy identifier renaming (#7290)
This commit is contained in:
@@ -2697,7 +2697,7 @@ public:
|
||||
testcase("autofill NetworkID");
|
||||
using namespace test::jtx;
|
||||
Env env{*this, envconfig([&](std::unique_ptr<Config> cfg) {
|
||||
cfg->NETWORK_ID = 1025;
|
||||
cfg->networkId = 1025;
|
||||
return cfg;
|
||||
})};
|
||||
|
||||
@@ -2743,7 +2743,7 @@ public:
|
||||
// "c" (phantom signer) is rPcNzota6B8YBokhYtcTNqQVCngtbnWfux.
|
||||
|
||||
Env env(*this, envconfig([](std::unique_ptr<Config> cfg) {
|
||||
cfg->FEES.reference_fee = 10;
|
||||
cfg->fees.referenceFee = 10;
|
||||
return cfg;
|
||||
}));
|
||||
env.fund(XRP(100000), a, ed, g);
|
||||
|
||||
Reference in New Issue
Block a user