Skip to content

Commit

Permalink
revert timeout vote changes
Browse files Browse the repository at this point in the history
  • Loading branch information
rob-maron committed Dec 13, 2023
1 parent 5174d8e commit 578cd7c
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions crates/task-impls/src/view_sync.rs
Original file line number Diff line number Diff line change
Expand Up @@ -467,9 +467,7 @@ impl<

// cancel poll for votes
self.network
.inject_consensus_info(ConsensusIntentEvent::CancelPollForViewSyncVotes(
*view_number,
))
.inject_consensus_info(ConsensusIntentEvent::CancelPollForVotes(*view_number))
.await;

self.num_timeouts_tracked += 1;
Expand Down

0 comments on commit 578cd7c

Please sign in to comment.