Skip to content

Commit 0085acc

Browse files
forkfuryshekhirin
andauthored
docs: remove incorrect total_difficulty mention from process_iter (#20234)
Co-authored-by: Alexey Shekhirin <[email protected]>
1 parent c697147 commit 0085acc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/era-utils/src/history.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,7 @@ where
252252

253253
/// Extracts block headers and bodies from `iter` and appends them using `writer` and `provider`.
254254
///
255-
/// Adds on to `total_difficulty` and collects hash to height using `hash_collector`.
255+
/// Collects hash to height using `hash_collector`.
256256
///
257257
/// Skips all blocks below the [`start_bound`] of `block_numbers` and stops when reaching past the
258258
/// [`end_bound`] or the end of the file.

0 commit comments

Comments
 (0)