global: snap

This commit is contained in:
nym21
2026-04-04 20:13:03 +02:00
parent 62f51761ee
commit 7fac0bc613
8 changed files with 26 additions and 10 deletions
@@ -275,6 +275,11 @@ impl Query {
(share_24h * network_hr as f64) as u128
},
reported_hashrate: None,
total_reward: computer
.pools
.major
.get(&slug)
.and_then(|v| v.rewards.cumulative.sats.height.collect_one(current_height)),
})
}