mirror of
https://github.com/XRPLF/rippled.git
synced 2026-06-04 09:16:47 +00:00
chore: Enable clang-tidy misc checks (#6655)
This commit is contained in:
@@ -1067,7 +1067,7 @@ public:
|
||||
// Since the local validator vote record expires after 24 hours,
|
||||
// with 23 hour flapping the amendment will go live. But with 25
|
||||
// hour flapping the amendment will not go live.
|
||||
for (int flapRateHours : {23, 25})
|
||||
for (int const flapRateHours : {23, 25})
|
||||
{
|
||||
test::jtx::Env env{*this, feat};
|
||||
auto const testAmendment = amendmentId("validatorFlapping");
|
||||
|
||||
Reference in New Issue
Block a user