mirror of
https://github.com/paradigmxyz/reth.git
synced 2026-04-30 03:01:58 -04:00
bench: total difficulty (#1215)
This commit is contained in:
committed by
GitHub
parent
4c76581870
commit
d7d61ec2bc
@@ -19,7 +19,7 @@ const TOTAL_DIFFICULTY: StageId = StageId("TotalDifficulty");
|
||||
/// This stage walks over inserted headers and computes total difficulty
|
||||
/// at each block. The entries are inserted into [`HeaderTD`][reth_db::tables::HeaderTD]
|
||||
/// table.
|
||||
#[derive(Debug)]
|
||||
#[derive(Debug, Clone)]
|
||||
pub struct TotalDifficultyStage {
|
||||
/// The chain specification.
|
||||
pub chain_spec: ChainSpec,
|
||||
|
||||
Reference in New Issue
Block a user