Skip to content

Commit

Permalink
fix typo in latest_validator_votes_for_frozen_banks.rs (solana-labs#3…
Browse files Browse the repository at this point in the history
…3585)

upate -> update
  • Loading branch information
eltociear authored Oct 8, 2023
1 parent c588f25 commit bd8cfc9
Showing 1 changed file with 1 addition and 1 deletion.
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

0 comments on commit bd8cfc9

Please sign in to comment.