From 226e1585da1db629d5bdd906283ba942d840b9cf Mon Sep 17 00:00:00 2001 From: yeastplume Date: Tue, 5 Mar 2019 15:00:15 +0000 Subject: [PATCH] fix wallet data directory --- refwallet/src/lmdb_wallet.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/refwallet/src/lmdb_wallet.rs b/refwallet/src/lmdb_wallet.rs index a3fb111..e7306bd 100644 --- a/refwallet/src/lmdb_wallet.rs +++ b/refwallet/src/lmdb_wallet.rs @@ -111,7 +111,7 @@ impl LMDBBackend { 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