Skip to content

Commit

Permalink
[no ci] comment link to #1717
Browse files Browse the repository at this point in the history
  • Loading branch information
ggutoski committed Sep 12, 2023
1 parent 830241c commit b84f38e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions crates/task-impls/src/da.rs
Original file line number Diff line number Diff line change
Expand Up @@ -368,7 +368,7 @@ where
.publish(SequencingHotShotEvent::DAVoteSend(vote))
.await;
} else {
// TODO GG use the type system to make this check unnecessary
// TODO use the type system to make this check unnecessary https://github.com/EspressoSystems/HotShot/issues/1717
error!("create_da_message did not return a DA message!");
}
let mut consensus = self.consensus.write().await;
Expand Down Expand Up @@ -619,7 +619,7 @@ where
.publish(SequencingHotShotEvent::VidVoteSend(vote))
.await;
} else {
// TODO GG use the type system to make this check unnecessary
// TODO use the type system to make this check unnecessary https://github.com/EspressoSystems/HotShot/issues/1717
error!("create_vid_message did not return a vid message!");
}
let mut consensus = self.consensus.write().await;
Expand Down

0 comments on commit b84f38e

Please sign in to comment.