mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-27 17:28:00 +00:00
Companion for substrate#8079 (#2408)
* Companion for substrate#8079 * More changes * "Update Substrate" Co-authored-by: parity-processbot <>
This commit is contained in:
@@ -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
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user