removed obsolete FIXME

This commit is contained in:
Vladimir Komendantskiy 2018-11-19 11:11:06 +00:00
parent 2e5a8e429c
commit 9c6ad0f0c6
1 changed files with 0 additions and 4 deletions

View File

@ -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)?,