mirror of
https://github.com/XRPLF/rippled.git
synced 2026-06-03 08:46:46 +00:00
style: More clang-tidy identifier renaming (#7290)
This commit is contained in:
@@ -41,7 +41,7 @@ class SHAMapStore_test : public beast::unit_test::Suite
|
||||
static auto
|
||||
onlineDelete(std::unique_ptr<Config> cfg)
|
||||
{
|
||||
cfg->LEDGER_HISTORY = kDeleteInterval;
|
||||
cfg->ledgerHistory = kDeleteInterval;
|
||||
auto& section = cfg->section(ConfigSection::nodeDatabase());
|
||||
section.set("online_delete", std::to_string(kDeleteInterval));
|
||||
return cfg;
|
||||
|
||||
Reference in New Issue
Block a user