Fix rebase conflicts

This commit is contained in:
Emilia Hane
2023-02-01 17:51:01 +01:00
parent f8c3e7fc91
commit f971f3a3a2
6 changed files with 60 additions and 57 deletions

View File

@@ -31,7 +31,7 @@ where
"Garbage collecting {} temporary states",
delete_ops.len() / 2
);
self.do_atomically_and_update_cache(delete_ops, None)?;
self.do_atomically_with_block_and_blobs_cache(delete_ops)?;
}
Ok(())