From adfb1156b1af13ab533807a168a8e763f7cd2daa Mon Sep 17 00:00:00 2001 From: Pravdyvy <46261001+Pravdyvy@users.noreply.github.com> Date: Tue, 17 Mar 2026 15:20:59 +0200 Subject: [PATCH] Update storage/src/indexer/write_batch.rs Co-authored-by: Sergio Chouhy <41742639+schouhy@users.noreply.github.com> --- storage/src/indexer/write_batch.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/storage/src/indexer/write_batch.rs b/storage/src/indexer/write_batch.rs index b98e539a..2387a424 100644 --- a/storage/src/indexer/write_batch.rs +++ b/storage/src/indexer/write_batch.rs @@ -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,