eth: updated comments (#21490)

This commit is contained in:
Marius van der Wijden
2020-08-26 12:20:12 +02:00
committed by GitHub
parent 92b12ee6c6
commit 16d7eae1c8
3 changed files with 3 additions and 3 deletions

View File

@ -137,7 +137,7 @@ func (b *BloomIndexer) Commit() error {
return batch.Write()
}
// PruneSections returns an empty error since we don't support pruning here.
// Prune returns an empty error since we don't support pruning here.
func (b *BloomIndexer) Prune(threshold uint64) error {
return nil
}