Skip to content

Commit

Permalink
chore: minor comment fix
Browse files Browse the repository at this point in the history
  • Loading branch information
hacheigriega committed Aug 28, 2024
1 parent e8e318a commit 016e4b1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion x/tally/types/filters.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@ func NewFilterNone(_ []byte) (FilterNone, error) {
return FilterNone{}, nil
}

// FilterNone declares all reveals as non-outliers, unless there
// FilterNone declares all reveals as non-outliers, unless reveals are
// empty or corrupt.
func (f FilterNone) ApplyFilter(reveals []RevealBody) ([]int, error) {
if len(reveals) == 0 {
return nil, ErrEmptyReveals
Expand Down

0 comments on commit 016e4b1

Please sign in to comment.