diff --git a/indexer/src/blocks_chunks.rs b/indexer/src/blocks_chunks.rs index 86318af3f533754e5ac7a29689b2c02100089cb1..0cfeb006766875117f92333068b48fe755c732d9 100644 --- a/indexer/src/blocks_chunks.rs +++ b/indexer/src/blocks_chunks.rs @@ -54,7 +54,8 @@ pub fn apply_block_blocks_chunk<B: Backend>( .map_err(|e| KvError::Custom(e.into()))?; } Ok(()) - }) + })?; + gva_db.current_blocks_chunk_write().clear() } /// Read and decompress bytes from file