Skip to content
This repository has been archived by the owner on Jan 22, 2025. It is now read-only.

fix typo in latest_validator_votes_for_frozen_banks.rs #33585

Merged
merged 1 commit into from
Oct 8, 2023
Merged
Changes from all commits
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
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,7 @@ mod tests {
}

// Case 6: Adding a vote for a new higher slot that *is* frozen
// should upate the state
// should update the state
let frozen_hash = Hash::new_unique();
assert_eq!(
latest_validator_votes_for_frozen_banks.check_add_vote(
Expand Down