Skip to content
This repository was archived by the owner on Nov 15, 2023. It is now read-only.
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Enable pvf checker on all chains
  • Loading branch information
slumber committed Sep 7, 2022
commit fde2d44dfc97cbd431acdb6e1a050ea7f5e3baa4
2 changes: 1 addition & 1 deletion node/service/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -801,7 +801,7 @@ where
let auth_or_collator = role.is_authority() || is_collator.is_collator();
let requires_overseer_for_chain_sel = local_keystore.is_some() && auth_or_collator;

let pvf_checker_enabled = !is_collator.is_collator() && chain_spec.is_versi();
let pvf_checker_enabled = !is_collator.is_collator();

let select_chain = if requires_overseer_for_chain_sel {
let metrics =
Expand Down