mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-30 05:51:02 +00:00
* Remove 'remote_keystore' parameter
* update lockfile for {"polkadot", "substrate"}
---------
Co-authored-by: parity-processbot <>
This commit is contained in:
Generated
+256
-256
File diff suppressed because it is too large
Load Diff
@@ -720,7 +720,6 @@ pub fn node_config(
|
|||||||
transaction_pool: Default::default(),
|
transaction_pool: Default::default(),
|
||||||
network: network_config,
|
network: network_config,
|
||||||
keystore: KeystoreConfig::InMemory,
|
keystore: KeystoreConfig::InMemory,
|
||||||
keystore_remote: Default::default(),
|
|
||||||
database: DatabaseSource::RocksDb { path: root.join("db"), cache_size: 128 },
|
database: DatabaseSource::RocksDb { path: root.join("db"), cache_size: 128 },
|
||||||
trie_cache_maximum_size: Some(64 * 1024 * 1024),
|
trie_cache_maximum_size: Some(64 * 1024 * 1024),
|
||||||
state_pruning: Some(PruningMode::ArchiveAll),
|
state_pruning: Some(PruningMode::ArchiveAll),
|
||||||
|
|||||||
Reference in New Issue
Block a user