mirror of
https://github.com/XRPLF/rippled.git
synced 2026-06-05 17:56:49 +00:00
style: More clang-tidy identifier renaming (#7290)
This commit is contained in:
@@ -27,9 +27,9 @@ class LedgerMaster_test : public beast::unit_test::Suite
|
||||
{
|
||||
using namespace jtx;
|
||||
return envconfig([&](std::unique_ptr<Config> cfg) {
|
||||
cfg->NETWORK_ID = networkID;
|
||||
cfg->networkId = networkID;
|
||||
// This test relies on ledger hash so must lock it to fee 10.
|
||||
cfg->FEES.reference_fee = 10;
|
||||
cfg->fees.referenceFee = 10;
|
||||
return cfg;
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user