mirror of
https://github.com/XRPLF/rippled.git
synced 2026-06-08 11:16:51 +00:00
style: More clang-tidy identifier renaming (#7290)
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user