mirror of
https://github.com/bitcoinresearchkit/brk.git
synced 2026-07-26 10:18:10 -07:00
computer: snapshot
This commit is contained in:
@@ -10,11 +10,11 @@ impl Vecs {
|
||||
pub(crate) fn compute(
|
||||
&mut self,
|
||||
indexer: &Indexer,
|
||||
count_vecs: &blocks::CountVecs,
|
||||
lookback: &blocks::LookbackVecs,
|
||||
starting_indexes: &Indexes,
|
||||
exit: &Exit,
|
||||
) -> Result<()> {
|
||||
let window_starts = count_vecs.window_starts();
|
||||
let window_starts = lookback.window_starts();
|
||||
|
||||
let tx_vany = |tx_vany: &mut ComputedFromHeightCumulativeSum<StoredU64>,
|
||||
txversion: TxVersion| {
|
||||
|
||||
Reference in New Issue
Block a user