mirror of
https://github.com/Cyrix126/gupaxx.git
synced 2025-04-06 14:37:29 +00:00
fix: size DB wrong custom path Windows
This commit is contained in:
parent
a449d1c2d3
commit
d7db5a8a01
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