Unverified Commit 0b222461 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 7f66af4b
Pipeline #116557 passed with stages
in 27 minutes and 24 seconds
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,
......
Supports Markdown
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