From bc365a3d17011f8491a0cac0c707e92e46071015 Mon Sep 17 00:00:00 2001 From: aglkm <39521015+aglkm@users.noreply.github.com> Date: Wed, 8 May 2024 14:22:33 +0300 Subject: [PATCH] minor comment update --- src/requests.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/requests.rs b/src/requests.rs index 3ffbb07..9960c14 100644 --- a/src/requests.rs +++ b/src/requests.rs @@ -195,7 +195,7 @@ pub fn get_disk_usage(dashboard: Arc>) -> Result<(), Error> { } -// Collecting: hashrate, difficulty, production cost. +// Collecting: hashrate, difficulty, production cost, breakeven cost. pub async fn get_mining_stats(dashboard: Arc>) -> Result<(), Error> { let difficulty_window = 1440; let height = get_current_height(dashboard.clone());