remove assert

This commit is contained in:
keorn 2016-12-08 21:27:49 +01:00
parent 9ecb07434f
commit 79ef64349c
1 changed files with 0 additions and 1 deletions

View File

@ -431,7 +431,6 @@ impl Engine for Tendermint {
self.votes.vote(ConsensusMessage::new(signature, height, round, Step::Propose, bh), *author);
// Remember proposal for later seal submission.
*self.proposal.write() = bh;
assert!(self.is_round_proposer(height, round, author).is_ok());
Seal::Proposal(vec![
::rlp::encode(&round).to_vec(),
::rlp::encode(&signature).to_vec(),