mirror of
https://github.com/transatoshi-mw/grin-explorer.git
synced 2025-10-22 13:53:40 +00:00
more charts code refactoring
This commit is contained in:
@@ -25,6 +25,7 @@ pub struct Dashboard {
|
||||
pub disk_usage: String,
|
||||
// hashrate
|
||||
pub hashrate: String,
|
||||
pub hashrate_kgs: String,
|
||||
pub difficulty: String,
|
||||
// mining
|
||||
pub production_cost: String,
|
||||
@@ -55,6 +56,7 @@ impl Dashboard {
|
||||
cap_btc: String::new(),
|
||||
disk_usage: String::new(),
|
||||
hashrate: String::new(),
|
||||
hashrate_kgs: String::new(),
|
||||
difficulty: String::new(),
|
||||
production_cost: String::new(),
|
||||
reward_ratio: String::new(),
|
||||
|
Reference in New Issue
Block a user