Skip to content

Commit

Permalink
Remove processed todo comment
Browse files Browse the repository at this point in the history
  • Loading branch information
dadepo committed Feb 3, 2025
1 parent 58196b9 commit 76ee5aa
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/consensus/fork_choice.zig
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,6 @@ pub const ForkInfo = struct {
// If the latest invalid ancestor is less than or equal to the newly valid ancestor,
// clear the latest invalid ancestor
if (invalid_ancestor <= newly_valid_ancestor) {
// TODO change to logger.
self.logger.info().logf(
\\ Fork choice for {} clearing latest invalid ancestor
\\ {} because {} was duplicate confirmed
Expand Down

0 comments on commit 76ee5aa

Please sign in to comment.