additional consensus test

This commit is contained in:
keorn
2016-09-19 14:33:11 +02:00
parent 49b8e144fd
commit ce3e8750c9
2 changed files with 24 additions and 3 deletions

View File

@@ -161,8 +161,7 @@ impl Engine for AuthorityRound {
fn is_sealer(&self, author: &Address) -> Option<bool> {
let ref p = self.our_params;
Some(p.authorities.contains(author));
Some(true)
Some(p.authorities.contains(author))
}
/// Attempt to seal the block internally.