mirror of
https://github.com/paradigmxyz/reth.git
synced 2026-04-30 03:01:58 -04:00
docs(engine): fix outdated comment on TreeMetrics (#18855)
This commit is contained in:
@@ -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,
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user