mirror of
https://github.com/transatoshi-mw/grin-explorer.git
synced 2025-10-21 13:33:41 +00:00
minor comment update
This commit is contained in:
@@ -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());
|
||||
|
Reference in New Issue
Block a user