From bcc80d0da798cc909c2adfa17cc6becbc123c888 Mon Sep 17 00:00:00 2001 From: Cyrix126 Date: Fri, 11 Oct 2024 18:24:20 +0200 Subject: [PATCH] fix: windows target --- src/helper/node.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 {