fix wallet data directory

This commit is contained in:
yeastplume
2019-03-05 15:00:15 +00:00
parent 3bfb35ba74
commit 226e1585da
+1 -1
View File
@@ -111,7 +111,7 @@ impl<C, K> LMDBBackend<C, K> {
fs::create_dir_all(&stored_tx_path)
.expect("Couldn't create wallet backend tx storage directory!");
let store = store::Store::new(db_path.to_str().unwrap(), Some(DB_DIR), None)?;
let store = store::Store::new(db_path.to_str().unwrap(), None, None)?;
// Make sure default wallet derivation path always exists
// as well as path (so it can be retrieved by batches to know where to store