mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-30 12:51:02 +00:00
Fix missing keystore config in test collator (#46)
This commit is contained in:
@@ -109,6 +109,11 @@ where
|
||||
cache_size: Default::default(),
|
||||
path: config_dir.join("db"),
|
||||
};
|
||||
|
||||
polkadot_config.keystore = sc_service::config::KeystoreConfig::Path {
|
||||
path: config_dir.join("keystore"),
|
||||
password: None,
|
||||
};
|
||||
}
|
||||
|
||||
match config.roles {
|
||||
|
||||
Reference in New Issue
Block a user