diff --git a/core/src/cluster_info_vote_listener.rs b/core/src/cluster_info_vote_listener.rs index 12641262d..ed9472482 100644 --- a/core/src/cluster_info_vote_listener.rs +++ b/core/src/cluster_info_vote_listener.rs @@ -194,7 +194,7 @@ const VOTE_PROCESSING_REPORT_INTERVAL_MS: u64 = 1_000; impl VoteProcessingTiming { fn reset(&mut self) { - self.gossip_slot_confirming_time_us = 0; + self.gossip_txn_processing_time_us = 0; self.gossip_slot_confirming_time_us = 0; }