mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-14 05:11:09 +00:00
Fix broken factory by adding keystore back. (#4840)
This commit is contained in:
@@ -445,7 +445,7 @@ fn input_keystore_password() -> Result<String, String> {
|
||||
}
|
||||
|
||||
/// Use in memory keystore config when it is not required at all.
|
||||
fn fill_config_keystore_in_memory<G, E>(config: &mut sc_service::Configuration<G, E>)
|
||||
pub fn fill_config_keystore_in_memory<G, E>(config: &mut sc_service::Configuration<G, E>)
|
||||
-> Result<(), String>
|
||||
{
|
||||
match &mut config.keystore {
|
||||
|
||||
Reference in New Issue
Block a user