Update Substrate & Polkadot (#330)

This commit is contained in:
Bastian Köcher
2021-02-16 17:42:08 +01:00
committed by GitHub
parent d3f9c7db38
commit 8dac4f75ad
4 changed files with 258 additions and 291 deletions
+1 -3
View File
@@ -355,9 +355,7 @@ pub fn node_config(
let base_path = BasePath::new_temp_dir()?;
let root = base_path.path().to_path_buf();
let role = if is_collator {
Role::Authority {
sentry_nodes: Vec::new(),
}
Role::Authority
} else {
Role::Full
};