Companion to "Expand remote keystore interface to allow for hybrid mode" (#2083)

* adding missing param

* updating to latest master
This commit is contained in:
Benjamin Kampmann
2020-12-09 14:05:21 +01:00
committed by GitHub
parent cadc8347b4
commit a27d715c01
2 changed files with 139 additions and 136 deletions
+138 -136
View File
File diff suppressed because it is too large Load Diff
+1
View File
@@ -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,