mirror of
https://github.com/bitcoinresearchkit/brk.git
synced 2026-04-24 06:39:58 -07:00
computer: distribution: replace Option but distinct structs
This commit is contained in:
@@ -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,
|
||||
)?;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user