mirror of
https://github.com/mimblewimble/grin-wallet.git
synced 2025-01-20 19:11:09 +03:00
update database name (#7)
This commit is contained in:
parent
226e1585da
commit
6d92a67730
2 changed files with 220 additions and 224 deletions
442
Cargo.lock
generated
442
Cargo.lock
generated
File diff suppressed because it is too large
Load diff
|
@ -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(), None, None)?;
|
||||
let store = store::Store::new(db_path.to_str().unwrap(), None, Some(DB_DIR), 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
|
||||
|
|
Loading…
Reference in a new issue