Skip to content

Commit

Permalink
removed obsolete FIXME
Browse files Browse the repository at this point in the history
  • Loading branch information
vkomenda committed Nov 19, 2018
1 parent cbf90c7 commit f52c267
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/binary_agreement/binary_agreement.rs
Original file line number Diff line number Diff line change
Expand Up @@ -509,10 +509,6 @@ impl<N: NodeIdT, S: SessionIdT> BinaryAgreement<N, S> {
if !self.can_finish_conf_round() {
return Ok(Step::default());
}
// FIXME: Reduce to `Decided` in case of `AllEtEnd` and `EncryptionShedule::Always`.
//
// Q: Also include `EveryNthEpoch` and `TickTock`?

// Invoke the coin.
let ts_step = match self.coin_state {
CoinState::InProgressSession(ref mut ts) => ts.sign().map_err(Error::InvokeCoin)?,
Expand Down

0 comments on commit f52c267

Please sign in to comment.