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
@@ -112,7 +112,7 @@ pub fn node_config(
let base_path = BasePath::new_temp_dir().expect("could not create temporary directory");
let root = base_path.path();
let role = if is_validator {
Role::Authority { sentry_nodes: Vec::new() }
Role::Authority
} else {
Role::Full
};