Function hotshot_task_impls::consensus::handlers::handle_timeout_vote_recv
source ยท pub(crate) async fn handle_timeout_vote_recv<TYPES: NodeType, I: NodeImplementation<TYPES>, V: Versions>(
vote: &TimeoutVote<TYPES>,
event: Arc<HotShotEvent<TYPES>>,
sender: &Sender<Arc<HotShotEvent<TYPES>>>,
task_state: &mut ConsensusTaskState<TYPES, I, V>,
) -> Result<()>
Expand description
Handle a TimeoutVoteRecv
event.