[Companion #13634] keystore overhaul (iter2) (#6913)

* removed 'remote_keystore' parameter

* Keystore can't be None

* update lockfile for {"substrate"}

---------

Co-authored-by: parity-processbot <>
This commit is contained in:
Davide Galassi
2023-03-20 20:33:54 +01:00
committed by GitHub
parent 058082fcb0
commit e0b8b30288
3 changed files with 187 additions and 197 deletions
-1
View File
@@ -173,7 +173,6 @@ pub fn node_config(
transaction_pool: Default::default(),
network: network_config,
keystore: KeystoreConfig::InMemory,
keystore_remote: Default::default(),
database: DatabaseSource::RocksDb { path: root.join("db"), cache_size: 128 },
trie_cache_maximum_size: Some(64 * 1024 * 1024),
state_pruning: Default::default(),