Update to latest (#289)

This commit is contained in:
Bastian Köcher
2021-01-14 17:50:56 +01:00
committed by GitHub
parent 87a82c4730
commit 2218df9b74
2 changed files with 347 additions and 316 deletions
+346 -316
View File
File diff suppressed because it is too large Load Diff
+1
View File
@@ -305,6 +305,7 @@ pub fn run() -> Result<()> {
crate::service::start_node(config, key, polkadot_config, id, collator)
.await
.map(|r| r.0)
.map_err(Into::into)
})
}
}