eth: updated comments (#21490)
This commit is contained in:
committed by
GitHub
parent
92b12ee6c6
commit
16d7eae1c8
@ -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
|
||||
}
|
||||
|
Reference in New Issue
Block a user