Update storage/src/indexer/write_batch.rs

Co-authored-by: Sergio Chouhy <41742639+schouhy@users.noreply.github.com>
This commit is contained in:
Pravdyvy 2026-03-17 15:20:59 +02:00 committed by GitHub
parent 7b20d70169
commit adfb1156b1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -242,7 +242,6 @@ impl RocksDBIO {
let last_curr_block = self.get_meta_last_block_in_db()?;
let mut write_batch = WriteBatch::default();
// ToDo: rewrite this with write batching
write_batch.put_cf(
&cf_block,