mirror of
https://github.com/Cyrix126/gupaxx.git
synced 2025-01-03 12:39:35 +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?
|
.await?
|
||||||
.json::<PrivNodeApi>()
|
.json::<PrivNodeApi>()
|
||||||
.await?;
|
.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.
|
// 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
|
// https://github.com/monero-project/monero/issues/9513
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue