docs(engine): fix outdated comment on TreeMetrics (#18855)

This commit is contained in:
Dan Cline
2025-10-06 05:10:51 -04:00
committed by GitHub
parent b550387602
commit 978b8a2cd3

View File

@@ -27,7 +27,7 @@ pub(crate) struct EngineApiMetrics {
pub(crate) executor: ExecutorMetrics,
/// Metrics for block validation
pub(crate) block_validation: BlockValidationMetrics,
/// A copy of legacy blockchain tree metrics, to be replaced when we replace the old tree
/// Canonical chain and reorg related metrics
pub tree: TreeMetrics,
}