computer: cumulative destroyed coinblocks and cointime

This commit is contained in:
nym21
2025-06-18 10:13:33 +02:00
parent 3204ddcf07
commit 2ac6e982b1

View File

@@ -933,7 +933,7 @@ impl Vecs {
true,
version + VERSION + Version::TWO,
format,
StorableVecGeneatorOptions::default().add_sum(),
StorableVecGeneatorOptions::default().add_sum().add_cumulative(),
)?,
indexes_to_coindays_destroyed: ComputedVecsFromHeight::forced_import(
path,
@@ -941,7 +941,7 @@ impl Vecs {
true,
version + VERSION + Version::TWO,
format,
StorableVecGeneatorOptions::default().add_sum(),
StorableVecGeneatorOptions::default().add_sum().add_cumulative(),
)?,
indexes_to_cumulative_net_realized_profit_and_loss_30d_change: compute_dollars.then(|| {
ComputedVecsFromDateIndex::forced_import(