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