bench: total difficulty (#1215)

This commit is contained in:
Georgios Konstantopoulos
2023-02-07 15:27:30 -08:00
committed by GitHub
parent 4c76581870
commit d7d61ec2bc
2 changed files with 32 additions and 6 deletions

View File

@@ -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,