Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactor(distribution)!: use collections for ValidatorHistoricalRewards state #16607

Merged
merged 25 commits into from
Jun 22, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
wtf format on english
  • Loading branch information
unknown unknown committed Jun 19, 2023
commit 2a1c43a16f1c6b3e1caed36a42d97a4e85f1387c
2 changes: 1 addition & 1 deletion collections/keyset.go
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ func (k KeySet[K]) Walk(ctx context.Context, ranger Ranger[K], walkFunc func(key
}

// Clear clears the KeySet using the provided Ranger. Refer to Map.Clear for
// behavioural documentation.
// behavioral documentation.
func (k KeySet[K]) Clear(ctx context.Context, ranger Ranger[K]) error {
return (Map[K, NoValue])(k).Clear(ctx, ranger)
}
Expand Down