Update to latest Substrate master (#1074)

This commit is contained in:
Bastian Köcher
2020-05-07 16:59:37 +02:00
committed by GitHub
parent 41699f5d6e
commit a62382269d
16 changed files with 220 additions and 230 deletions
+2
View File
@@ -61,6 +61,8 @@ impl SubstrateCli for Cli {
/// Parses polkadot specific CLI arguments and run the service.
pub fn run() -> Result<()> {
sc_cli::reset_signal_pipe_handler()?;
let cli = Cli::from_args();
match &cli.subcommand {