Skip to content

Commit

Permalink
metrics: remove dropped-vote-hash (#2714)
Browse files Browse the repository at this point in the history
  • Loading branch information
yihau authored Aug 27, 2024
1 parent 552771f commit 991d0b7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion programs/vote/src/vote_state/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -509,7 +509,6 @@ fn check_slots_are_valid(
"{} dropped vote slots {:?} failed to match hash {} {}",
vote_state.node_pubkey, vote_slots, vote_hash, slot_hashes[j].1
);
inc_new_counter_info!("dropped-vote-hash", 1);
return Err(VoteError::SlotHashMismatch);
}
Ok(())
Expand Down

0 comments on commit 991d0b7

Please sign in to comment.