mirror of
https://github.com/Cyrix126/gupaxx.git
synced 2024-12-21 22:29:22 +00:00
fix: size DB wrong custom path Windows
This commit is contained in:
parent
7e30e892bd
commit
0bf41fde58
1 changed files with 1 additions and 1 deletions
|
@ -420,7 +420,7 @@ impl PrivNodeApi {
|
|||
{
|
||||
if let Ok(metadata) = std::fs::metadata(if !state.path_db.is_empty() {
|
||||
let mut path_db = state.path_db.clone();
|
||||
path_db.push_str("lmdb/data/mdb");
|
||||
path_db.push_str("lmdb/data.mdb");
|
||||
path_db
|
||||
} else {
|
||||
r#"C:\ProgramData\bitmonero\lmdb\data.mdb"#.to_string()
|
||||
|
|
Loading…
Reference in a new issue