Skip to content

Commit

Permalink
fix typo in measure name (#25058)
Browse files Browse the repository at this point in the history
  • Loading branch information
HaoranYi authored May 7, 2022
1 parent 5be1388 commit 8e37e36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/replay_stage.rs
Original file line number Diff line number Diff line change
Expand Up @@ -533,7 +533,7 @@ impl ReplayStage {
// and switching proofs because these may be votes that haven't yet been
// included in a block, so we may not have yet observed these votes just
// by replaying blocks.
let mut process_unfrozen_gossip_verified_vote_hashes_time = Measure::start("process_gossip_duplicate_confirmed_slots");
let mut process_unfrozen_gossip_verified_vote_hashes_time = Measure::start("process_gossip_verified_vote_hashes");
Self::process_gossip_verified_vote_hashes(
&gossip_verified_vote_hash_receiver,
&mut unfrozen_gossip_verified_vote_hashes,
Expand Down

0 comments on commit 8e37e36

Please sign in to comment.