Companion for Substrate#7775 (#2159)

* Companion for Substrate#7775

https://github.com/paritytech/substrate/pull/7775

* "Update Substrate"

Co-authored-by: parity-processbot <>
This commit is contained in:
Bastian Köcher
2020-12-28 16:26:01 +01:00
committed by GitHub
parent 4bd7cc7b70
commit 49458e8543
2 changed files with 139 additions and 139 deletions
+1 -1
View File
@@ -272,7 +272,7 @@ pub fn run() -> Result<()> {
cmd.run::<service::kusama_runtime::Block, service::KusamaExecutor>(config)
})
},
Some(Subcommand::Key(cmd)) => cmd.run(),
Some(Subcommand::Key(cmd)) => cmd.run(&cli),
}?;
Ok(())
}