Skip to content

Commit

Permalink
Minor change
Browse files Browse the repository at this point in the history
  • Loading branch information
vusirikala committed Sep 15, 2024
1 parent 9a43029 commit 2237342
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions consensus/src/recovery_manager.rs
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,9 @@ impl RecoveryManager {
VerifiedEvent::VoteMsg(vote_msg) => {
monitor!("process_recovery", self.process_vote_msg(*vote_msg).await)
}
VerifiedEvent::UnverifiedVoteMsg(vote_msg) => {
monitor!("process_recovery", self.process_vote_msg(*vote_msg).await)
}
VerifiedEvent::UnverifiedSyncInfo(sync_info) => {
monitor!(
"process_recovery",
Expand Down

0 comments on commit 2237342

Please sign in to comment.