fix(telemetry): initialize WindowEvent::agreed field

Fixes cppcoreguidelines-pro-type-member-init clang-tidy error.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Pratik Mankawde
2026-05-06 15:25:27 +01:00
parent 92072ecca4
commit 98aa9c9095

View File

@@ -218,7 +218,7 @@ private:
{
TimePoint time; ///< When the event was reconciled.
uint256 ledgerHash; ///< Ledger hash for late-repair matching.
bool agreed; ///< Whether this was an agreement.
bool agreed{false}; ///< Whether this was an agreement.
};
/// Grace period before reconciling a ledger event.