Typo + some clippy stuff (unnecessary clone/to_string/refs) + fmt (#1437)

This commit is contained in:
Branislav Kontur
2022-07-11 13:05:40 +02:00
committed by GitHub
parent e46b59430a
commit 3bb82e5126
19 changed files with 46 additions and 56 deletions
+1 -1
View File
@@ -227,7 +227,7 @@ pub struct ExportGenesisWasmCommand {
}
impl ExportGenesisWasmCommand {
/// Run the export-genesis-state command
/// Run the export-genesis-wasm command
pub fn run(&self, chain_spec: &dyn ChainSpec) -> sc_cli::Result<()> {
let raw_wasm_blob = extract_genesis_wasm(chain_spec)?;
let output_buf = if self.raw {