mirror of
https://github.com/transatoshi-mw/grin-explorer.git
synced 2025-10-21 13:33:41 +00:00
adding (kW/h)
This commit is contained in:
@@ -344,7 +344,7 @@ fn reward_ratio(dashboard: &State<Arc<Mutex<Dashboard>>>) -> String {
|
||||
fn breakeven_cost(dashboard: &State<Arc<Mutex<Dashboard>>>) -> String {
|
||||
let data = dashboard.lock().unwrap();
|
||||
|
||||
format!("$ {}", data.breakeven_cost)
|
||||
format!("$ {} (kW/h)", data.breakeven_cost)
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user