temporary is_sealer check disable
This commit is contained in:
parent
b144bd2b84
commit
b31e732ebe
@ -161,7 +161,8 @@ impl Engine for AuthorityRound {
|
|||||||
|
|
||||||
fn is_sealer(&self, author: &Address) -> Option<bool> {
|
fn is_sealer(&self, author: &Address) -> Option<bool> {
|
||||||
let ref p = self.our_params;
|
let ref p = self.our_params;
|
||||||
Some(p.our_params.authorities.contains(author))
|
Some(p.authorities.contains(author));
|
||||||
|
Some(true)
|
||||||
}
|
}
|
||||||
|
|
||||||
/// Attempt to seal the block internally.
|
/// Attempt to seal the block internally.
|
||||||
|
Loading…
Reference in New Issue
Block a user