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

Commit

Permalink
disable approval-checking-grandpa on dev chain (#3364)
Browse files Browse the repository at this point in the history
  • Loading branch information
ordian authored Jun 28, 2021
1 parent e680ea5 commit b1036a4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions node/service/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -893,8 +893,7 @@ pub fn new_full<RuntimeApi, Executor, OverseerGenerator>(
let enable_approval_checking_voting_rule = chain_spec.is_kusama()
|| chain_spec.is_westend()
|| chain_spec.is_rococo()
|| chain_spec.is_wococo()
|| chain_spec.is_dev();
|| chain_spec.is_wococo();

let builder = if let Some(ref overseer) = overseer_handler {
if enable_approval_checking_voting_rule {
Expand Down

0 comments on commit b1036a4

Please sign in to comment.