Skip to content
Snippets Groups Projects
Commit 38c06236 authored by Bastian Köcher's avatar Bastian Köcher Committed by GitHub
Browse files

Companion for Substrate#7318 (#1810)

* Companion for Substrate#7318

* "Update Substrate"

Co-authored-by: parity-processbot <>
parent 7639a326
No related merge requests found
This diff is collapsed.
......@@ -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 {
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment