Skip to content
Snippets Groups Projects
Commit a27d715c authored by Benjamin Kampmann's avatar Benjamin Kampmann Committed by GitHub
Browse files

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

* adding missing param

* updating to latest master
parent cadc8347
Branches
No related merge requests found
This diff is collapsed.
......@@ -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,
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment