removed unwrap and code cleanup

This commit is contained in:
aglkm
2024-09-13 16:02:36 +03:00
parent 1ec7734e6d
commit 45c6678c70
3 changed files with 6 additions and 8 deletions

View File

@@ -24,7 +24,6 @@ pub struct Dashboard {
pub cap_btc: String,
// blockchain
pub disk_usage: String,
pub age: String,
// hashrate
pub hashrate: String,
pub difficulty: String,
@@ -56,7 +55,6 @@ impl Dashboard {
cap_usd: String::new(),
cap_btc: String::new(),
disk_usage: String::new(),
age: String::new(),
hashrate: String::new(),
difficulty: String::new(),
production_cost: String::new(),