diff --git a/src/helper/node.rs b/src/helper/node.rs index 0eff535..6d3630d 100644 --- a/src/helper/node.rs +++ b/src/helper/node.rs @@ -414,7 +414,7 @@ impl PrivNodeApi { .await? .json::() .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 {