mirror of
https://github.com/paradigmxyz/reth.git
synced 2026-01-28 16:48:13 -05:00
chore(pipeline): remove tip_tx debugging-only comments (#2799)
This commit is contained in:
@@ -13,9 +13,7 @@ where
|
||||
stages: Vec<BoxedStage<DB>>,
|
||||
/// The maximum block number to sync to.
|
||||
max_block: Option<BlockNumber>,
|
||||
/// A receiver for the current chain tip to sync to
|
||||
///
|
||||
/// Note: this is only used for debugging purposes.
|
||||
/// A receiver for the current chain tip to sync to.
|
||||
tip_tx: Option<watch::Sender<H256>>,
|
||||
}
|
||||
|
||||
|
||||
@@ -93,9 +93,7 @@ pub struct Pipeline<DB: Database> {
|
||||
listeners: EventListeners<PipelineEvent>,
|
||||
/// Keeps track of the progress of the pipeline.
|
||||
progress: PipelineProgress,
|
||||
/// A receiver for the current chain tip to sync to
|
||||
///
|
||||
/// Note: this is only used for debugging purposes.
|
||||
/// A receiver for the current chain tip to sync to.
|
||||
tip_tx: Option<watch::Sender<H256>>,
|
||||
metrics: Metrics,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user