refactor: remove verbose comments from vecs.rs files

This commit is contained in:
Brandon Collins
2026-01-21 14:08:27 -05:00
parent 49794c5e04
commit fd4cf5d414
2 changed files with 0 additions and 16 deletions
@@ -8,7 +8,5 @@ pub struct Vecs {
pub cointime_value_destroyed: ComputedFromHeightSumCum<StoredF64>,
pub cointime_value_created: ComputedFromHeightSumCum<StoredF64>,
pub cointime_value_stored: ComputedFromHeightSumCum<StoredF64>,
/// Value-weighted Coin Days Destroyed (CDD × price)
/// Used for Reserve Risk calculation: VOCDD = coindays_destroyed × price
pub vocdd: ComputedFromHeightSumCum<StoredF64>,
}