fix wallet data directory
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user