Companion for Substrate#7318 (#1810)

* Companion for Substrate#7318

* "Update Substrate"

Co-authored-by: parity-processbot <>
This commit is contained in:
Bastian Köcher
2020-10-14 10:22:49 +02:00
committed by GitHub
parent 7639a32657
commit 38c0623617
2 changed files with 136 additions and 136 deletions
+1 -1
View File
@@ -141,7 +141,7 @@ pub fn run() -> Result<()> {
info!("----------------------------");
}
runner.run_node_until_exit(|config| {
runner.run_node_until_exit(|config| async move {
let role = config.role.clone();
match role {