computer: store part 8

This commit is contained in:
nym21
2025-07-03 18:19:36 +02:00
parent 5810276156
commit be4e693a27
29 changed files with 745 additions and 364 deletions

View File

@@ -278,6 +278,8 @@ impl Stores {
self.txidprefix_to_txindex.reset()?;
}
self.keyspace.persist(PersistMode::SyncAll)?;
self.commit(starting_indexes.height.decremented().unwrap_or_default())?;
Ok(())