mirror of
https://github.com/Cyrix126/gupaxx.git
synced 2024-12-22 14:49:21 +00:00
fix: windows target
This commit is contained in:
parent
7b87940425
commit
bcc80d0da7
1 changed files with 1 additions and 1 deletions
|
@ -414,7 +414,7 @@ impl PrivNodeApi {
|
|||
.await?
|
||||
.json::<PrivNodeApi>()
|
||||
.await?;
|
||||
// #[cfg(target_os = "windows")]
|
||||
#[cfg(target_os = "windows")]
|
||||
// api returns 0 for DB size for Windows so we read the size directly from the filesystem.
|
||||
// https://github.com/monero-project/monero/issues/9513
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue