mirror of
https://github.com/bitcoinresearchkit/brk.git
synced 2026-07-15 13:08:12 -07:00
refactor: remove verbose comments from vecs.rs files
This commit is contained in:
@@ -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>,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user