mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-12 13:31:10 +00:00
Add test for cli keystore path generation (#4571)
* Add test for cli keystore path generation * Fix test
This commit is contained in:
@@ -174,7 +174,7 @@ fn node_config<G, E: Clone> (
|
||||
transaction_pool: Default::default(),
|
||||
network: network_config,
|
||||
keystore: KeystoreConfig::Path {
|
||||
path: Some(root.join("key")),
|
||||
path: root.join("key"),
|
||||
password: None
|
||||
},
|
||||
config_dir: Some(root.clone()),
|
||||
|
||||
Reference in New Issue
Block a user