From 9c6ad0f0c6f6919c7f1270fd2d42c4df6b35c9f1 Mon Sep 17 00:00:00 2001 From: Vladimir Komendantskiy Date: Mon, 19 Nov 2018 11:11:06 +0000 Subject: [PATCH] removed obsolete FIXME --- src/binary_agreement/binary_agreement.rs | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/binary_agreement/binary_agreement.rs b/src/binary_agreement/binary_agreement.rs index aff9c44..22929ce 100644 --- a/src/binary_agreement/binary_agreement.rs +++ b/src/binary_agreement/binary_agreement.rs @@ -509,10 +509,6 @@ impl BinaryAgreement { 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)?,