Skip to content

Commit

Permalink
remove TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
renaynay committed Feb 22, 2024
1 parent 9cec700 commit 146265a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pruner/finder.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ import (

// findPruneableHeaders returns all headers that are eligible for pruning
// (outside the sampling window).
// TODO @renaynay @distractedm1nd: This will not prune the genesis block
func (s *Service) findPruneableHeaders(ctx context.Context) ([]*header.ExtendedHeader, error) {
lastPruned := s.lastPruned()

Expand Down

0 comments on commit 146265a

Please sign in to comment.