Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
parity
Mirrored projects
polkadot
Commits
b1036a4b
Unverified
Commit
b1036a4b
authored
Jun 28, 2021
by
Andronik Ordian
Committed by
GitHub
Jun 28, 2021
Browse files
disable approval-checking-grandpa on dev chain (#3364)
parent
e680ea55
Pipeline
#144511
passed with stages
in 37 minutes
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
node/service/src/lib.rs
View file @
b1036a4b
...
...
@@ -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
{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment