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

@@ -453,7 +453,7 @@ public:
// Vary the time it takes to process validations to exercise detecting
// the wrong LCL at different phases of consensus
for (auto validationDelay : {0ms, parms.ledgerMIN_CLOSE})
for (auto validationDelay : {0ms, parms.ledgerMinClose})
{
// Consider 10 peers:
// 0 1 2 3 4 5 6 7 8 9
@@ -492,7 +492,7 @@ public:
CollectByNode<JumpCollector> jumps;
sim.collectors.add(jumps);
BEAST_EXPECT(sim.trustGraph.canFork(parms.minCONSENSUS_PCT / 100.));
BEAST_EXPECT(sim.trustGraph.canFork(parms.minConsensusPct / 100.));
// initial round to set prior state
sim.run(1);