Companion for substrate#8079 (#2408)

* Companion for substrate#8079

* More changes

* "Update Substrate"

Co-authored-by: parity-processbot <>
This commit is contained in:
Pierre Krieger
2021-02-15 10:10:58 +01:00
committed by GitHub
parent 4beb4a4a83
commit dc45c2d2f0
6 changed files with 280 additions and 386 deletions
+1 -1
View File
@@ -788,7 +788,7 @@ pub fn new_full<RuntimeApi, Executor>(
name: Some(name),
observer_enabled: false,
keystore: keystore_opt,
is_authority: role.is_network_authority(),
is_authority: role.is_authority(),
};
let enable_grandpa = !disable_grandpa;