mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-13 09:21:05 +00:00
Companion to "Expand remote keystore interface to allow for hybrid mode" (#2083)
* adding missing param * updating to latest master
This commit is contained in:
committed by
GitHub
parent
cadc8347b4
commit
a27d715c01
Generated
+138
-136
File diff suppressed because it is too large
Load Diff
@@ -156,6 +156,7 @@ pub fn node_config(
|
||||
transaction_pool: Default::default(),
|
||||
network: network_config,
|
||||
keystore: KeystoreConfig::InMemory,
|
||||
keystore_remote: Default::default(),
|
||||
database: DatabaseConfig::RocksDb {
|
||||
path: root.join("db"),
|
||||
cache_size: 128,
|
||||
|
||||
Reference in New Issue
Block a user