computer: libc sync

This commit is contained in:
nym21
2025-07-19 10:10:01 +02:00
parent dd51f91cab
commit ccaca524fe
10 changed files with 36 additions and 20 deletions
+9 -9
View File
@@ -178,15 +178,15 @@ impl Vecs {
exit,
)?;
// self.cointime.compute(
// indexer,
// &self.indexes,
// &starting_indexes,
// self.fetched.as_ref(),
// &self.transactions,
// &self.stateful,
// exit,
// )?;
self.cointime.compute(
indexer,
&self.indexes,
&starting_indexes,
self.fetched.as_ref(),
&self.transactions,
&self.stateful,
exit,
)?;
Ok(())
}