global: snapshot

This commit is contained in:
nym21
2026-03-06 20:12:14 +01:00
parent fe2b11c88e
commit 7c80bb0612
18 changed files with 513 additions and 559 deletions
@@ -70,14 +70,7 @@ where
exit,
)?;
address_cohorts.compute_rest_part2(
blocks,
prices,
starting_indexes,
height_to_market_cap,
&utxo_cohorts.all.metrics.supply.total.sats.height,
exit,
)?;
address_cohorts.compute_rest_part2(prices, starting_indexes, exit)?;
Ok(())
}