global: MASSIVE snapshot

This commit is contained in:
nym21
2026-01-07 01:16:37 +01:00
parent e832ffbe23
commit cb0abc324e
487 changed files with 21155 additions and 13627 deletions

View File

@@ -15,13 +15,15 @@ impl Query {
let iter = DateIndexIter::new(computer, start, current_height.to_usize());
// KISS: dateindex.average.0 is now a concrete field
let mut fees = computer
.transactions
.fees
.indexes_to_fee
.sats
.dateindex
.unwrap_average()
.average
.0
.iter();
Ok(iter.collect(|di, ts, h| {