global: wip

This commit is contained in:
nym21
2025-06-03 10:11:51 +02:00
parent 93ee5e480b
commit 9f289ed9de
8 changed files with 220 additions and 82 deletions

View File

@@ -203,7 +203,11 @@ impl ComputedValueVecsFromTxindex {
if let Some(dollars) = self.dollars.as_mut() {
let dollars_txindex = self.dollars_txindex.as_mut().unwrap();
dollars_txindex.compute_if_necessary(starting_indexes.txindex, exit)?;
dollars_txindex.compute_if_necessary(
starting_indexes.txindex,
&indexer.vecs().txindex_to_txid,
exit,
)?;
dollars.compute_rest_from_bitcoin(
indexer,