Skip to content

Commit

Permalink
docs: remove repetitive words (#6568)
Browse files Browse the repository at this point in the history
remove repetitive words
  • Loading branch information
RiceChuan committed Dec 23, 2024
1 parent 3adf465 commit bfcd746
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tortoise/recover.go
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ func Recover(
if size := trtl.cfg.WindowSizeLayers(applied); applied > size {
// we want to emulate the same condition as during genesis with one difference.
// genesis starts with zero opinion (aggregated hash) - see computeOpinion method.
// but in this case first processed layer should use non-zero opinion of the the previous layer.
// but in this case first processed layer should use non-zero opinion of the previous layer.

window := applied - size
// we start tallying votes from the first layer of the epoch to guarantee that we load reference ballots.
Expand Down

0 comments on commit bfcd746

Please sign in to comment.