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