Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

Commit

Permalink
Update client/cli/src/lib.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
bkchr authored Jan 16, 2020
1 parent 469bdd4 commit 4c29436
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/cli/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -760,7 +760,7 @@ fn fill_config_keystore_in_memory<C, G, E>(config: &mut sc_service::Configuratio
{
match &mut config.keystore {
cfg @ KeystoreConfig::None => { *cfg = KeystoreConfig::InMemory; Ok(()) },
_ => Err(format!("Keystore config specified when it should not be!")),
_ => Err("Keystore config specified when it should not be!".into()),
}
}

Expand Down

0 comments on commit 4c29436

Please sign in to comment.