Skip to content
Snippets Groups Projects
Commit 8abbee13 authored by Éloïs's avatar Éloïs
Browse files

fix(indexer): current_blocks_chunk must be clear after compression

parent d1830a78
No related branches found
No related tags found
No related merge requests found
Pipeline #12473 passed
...@@ -54,7 +54,8 @@ pub fn apply_block_blocks_chunk<B: Backend>( ...@@ -54,7 +54,8 @@ pub fn apply_block_blocks_chunk<B: Backend>(
.map_err(|e| KvError::Custom(e.into()))?; .map_err(|e| KvError::Custom(e.into()))?;
} }
Ok(()) Ok(())
}) })?;
gva_db.current_blocks_chunk_write().clear()
} }
/// Read and decompress bytes from file /// Read and decompress bytes from file
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment