From 2ac6e982b1143032d169040548e3f42ba2c33646 Mon Sep 17 00:00:00 2001 From: nym21 Date: Wed, 18 Jun 2025 10:13:33 +0200 Subject: [PATCH] computer: cumulative destroyed coinblocks and cointime --- crates/brk_computer/src/vecs/stateful/cohort.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/crates/brk_computer/src/vecs/stateful/cohort.rs b/crates/brk_computer/src/vecs/stateful/cohort.rs index 4fd462a97..3c8aa796e 100644 --- a/crates/brk_computer/src/vecs/stateful/cohort.rs +++ b/crates/brk_computer/src/vecs/stateful/cohort.rs @@ -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(