minor comment update

This commit is contained in:
aglkm
2024-05-08 14:22:33 +03:00
parent 2abae0fc0c
commit bc365a3d17

View File

@@ -195,7 +195,7 @@ pub fn get_disk_usage(dashboard: Arc<Mutex<Dashboard>>) -> Result<(), Error> {
}
// Collecting: hashrate, difficulty, production cost.
// Collecting: hashrate, difficulty, production cost, breakeven cost.
pub async fn get_mining_stats(dashboard: Arc<Mutex<Dashboard>>) -> Result<(), Error> {
let difficulty_window = 1440;
let height = get_current_height(dashboard.clone());