Skip to content

Commit

Permalink
Remove todo
Browse files Browse the repository at this point in the history
  • Loading branch information
bfish713 committed Feb 9, 2024
1 parent edc820a commit 2fefff5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion crates/task-impls/src/vid.rs
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,6 @@ impl<TYPES: NodeType, I: NodeImplementation<TYPES>, A: ConsensusApi<TYPES, I> +
event: Self::Event,
task: &mut Task<Self>,
) -> Option<HotShotTaskCompleted> {
// TODO: Don't clone the sender
let sender = task.clone_sender();
task.state_mut().handle(event, sender).await;
None
Expand Down

0 comments on commit 2fefff5

Please sign in to comment.