mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-26 07:37:57 +00:00
Make clippy happy on latest nightly (#11403)
Co-authored-by: Vladimir Istyufeev <vladimir@parity.io>
This commit is contained in:
@@ -159,7 +159,7 @@ fn generate_chain_spec(
|
||||
Default::default(),
|
||||
);
|
||||
|
||||
chain_spec.as_json(false).map_err(|err| err)
|
||||
chain_spec.as_json(false)
|
||||
}
|
||||
|
||||
fn generate_authority_keys_and_store(seeds: &[String], keystore_path: &Path) -> Result<(), String> {
|
||||
|
||||
Reference in New Issue
Block a user