style: More clang-tidy identifier renaming (#7290)

This commit is contained in:
Alex Kremer
2026-05-20 22:31:15 +01:00
committed by GitHub
parent 8c0080020f
commit a830ab10ef
160 changed files with 1726 additions and 1746 deletions

View File

@@ -40,9 +40,9 @@ class LedgerLoad_test : public beast::unit_test::Suite
StartUpType type,
std::optional<uint256> trapTxHash)
{
cfg->START_LEDGER = ledger;
cfg->START_UP = type;
cfg->TRAP_TX_HASH = trapTxHash;
cfg->startLedger = ledger;
cfg->startUp = type;
cfg->trapTxHash = trapTxHash;
assert(!dbPath.empty());
cfg->legacy("database_path", dbPath);
return cfg;