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());