mirror of
https://github.com/XRPLF/rippled.git
synced 2026-06-02 16:26:48 +00:00
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:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user