computer: distribution: replace Option but distinct structs

This commit is contained in:
nym21
2026-02-25 14:57:20 +01:00
parent f74115c6e2
commit 9e4fe62de2
53 changed files with 3398 additions and 1853 deletions

View File

@@ -90,7 +90,7 @@ impl Vecs {
indexes,
prices,
&states_path,
Some(&utxo_cohorts.all.metrics.supply),
&utxo_cohorts.all.metrics.supply,
)?;
// Create address data BytesVecs first so we can also use them for identity mappings
@@ -374,7 +374,7 @@ impl Vecs {
blocks,
prices,
starting_indexes,
Some(&height_to_market_cap),
&height_to_market_cap,
exit,
)?;