Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
ordian committed Oct 13, 2021
1 parent 228ac73 commit 5e51558
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions node/service/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -724,8 +724,8 @@ where
let chain_spec = config.chain_spec.cloned_box();

let local_keystore = basics.keystore_container.local_keystore();
let requires_overseer_for_chain_sel = local_keystore.is_some() &&
(role.is_authority() || is_collator.is_collator());
let requires_overseer_for_chain_sel =
local_keystore.is_some() && (role.is_authority() || is_collator.is_collator());

let select_chain = SelectRelayChain::new(
basics.backend.clone(),
Expand Down

0 comments on commit 5e51558

Please sign in to comment.