mirror of
https://github.com/transatoshi-mw/grin-explorer.git
synced 2025-10-22 05:43:42 +00:00
update value name
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.break_even_cost)
|
||||
format!("$ {}", data.breakeven_cost)
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user